[Scummvm-git-logs] scummvm-web master -> 36fb0991f4acb7c0c305e87fd7aaac363b42f763

Mataniko mataniko at gmail.com
Sat Sep 1 22:19:52 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
36fb0991f4 BUILD: Rename Readme file so Github renders it correctly


Commit: 36fb0991f4acb7c0c305e87fd7aaac363b42f763
    https://github.com/scummvm/scummvm-web/commit/36fb0991f4acb7c0c305e87fd7aaac363b42f763
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-09-01T16:19:42-04:00

Commit Message:
BUILD: Rename Readme file so Github renders it correctly

Changed paths:
  A README.md
  R README


diff --git a/README b/README
deleted file mode 100644
index 2c19df0..0000000
--- a/README
+++ /dev/null
@@ -1,61 +0,0 @@
-# ScummVM-Web
-
-This project is the main ScummVM website located at: https://www.scummvm.org
-
-## Getting Started
-
-These instructions will get you a copy of the project up and running on your
-local machine for development and testing purposes. See deployment for notes
-on how to deploy the project on a live system.
-
-### Prerequisites
-
-The ScummVM website relies on several tools to install properly.
-Before installing please make sure you have the following installed:
-
-* [Composer](https://getcomposer.org/)
-* [Python & pip](https://www.python.org/) (2.7.9+/3.4+)
-* [Node.js & npm](https://nodejs.org/)
-* [Git](https://git-scm.com/)
-
-### Installing
-
-Clone this repo
-
-```
-git clone https://github.com/scummvm/scummvm-web.git
-```
-
-Then run
-
-```
-composer develop
-```
-
-This will run the build scripts and start a web server on port 8000.
-
-Additionally you can either build or run independently using:
-```
-composer build
-composer run
-```
-respectively.
-
-## Deployment
-
-To deploy changes to the site, simply push the updates to origin/master and
-run site-install on the server.
-
-## Contributing
-
-Similar to ScummVM, please use the appropriate project name when contributing:
-* **I18N:** Modifications related to translations.
-* **CSS:** Changes to stylesheets.
-* **TEMPLATES:** Changes to page and component templates.
-* **IMAGES:** Site graphics (Icons are excluded).
-* **ICONS:** New game and platform Icons. Please see the Wiki for updated
-submission guidelines.
-* **DATA:** Site data files.
-* **BUILD:** Files related to building and developing the site.
-* **WEB:** Catch-all for things that don't fit any of the above, or a mix of
-multiple components in a single commit.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2c19df0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,61 @@
+# ScummVM-Web
+
+This project is the main ScummVM website located at: https://www.scummvm.org
+
+## Getting Started
+
+These instructions will get you a copy of the project up and running on your
+local machine for development and testing purposes. See deployment for notes
+on how to deploy the project on a live system.
+
+### Prerequisites
+
+The ScummVM website relies on several tools to install properly.
+Before installing please make sure you have the following installed:
+
+* [Composer](https://getcomposer.org/)
+* [Python & pip](https://www.python.org/) (2.7.9+/3.4+)
+* [Node.js & npm](https://nodejs.org/)
+* [Git](https://git-scm.com/)
+
+### Installing
+
+Clone this repo
+
+```
+git clone https://github.com/scummvm/scummvm-web.git
+```
+
+Then run
+
+```
+composer develop
+```
+
+This will run the build scripts and start a web server on port 8000.
+
+Additionally you can either build or run independently using:
+```
+composer build
+composer run
+```
+respectively.
+
+## Deployment
+
+To deploy changes to the site, simply push the updates to origin/master and
+run site-install on the server.
+
+## Contributing
+
+Similar to ScummVM, please use the appropriate project name when contributing:
+* **I18N:** Modifications related to translations.
+* **CSS:** Changes to stylesheets.
+* **TEMPLATES:** Changes to page and component templates.
+* **IMAGES:** Site graphics (Icons are excluded).
+* **ICONS:** New game and platform Icons. Please see the Wiki for updated
+submission guidelines.
+* **DATA:** Site data files.
+* **BUILD:** Files related to building and developing the site.
+* **WEB:** Catch-all for things that don't fit any of the above, or a mix of
+multiple components in a single commit.





More information about the Scummvm-git-logs mailing list