[gnomeweb-wml] [projects] Update README to better reflect git workflow



commit 2c575daa35d82d2254933d13081031bd8cf963aa
Author: Å?ukasz JernaÅ? <deejay1 srem org>
Date:   Wed Apr 21 12:39:21 2010 +0200

    [projects] Update README to better reflect git workflow

 projects.gnome.org/README |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/projects.gnome.org/README b/projects.gnome.org/README
index 4464201..353b1b8 100644
--- a/projects.gnome.org/README
+++ b/projects.gnome.org/README
@@ -32,34 +32,31 @@ you can copy in template/Makefile.am. Make sure to:
 
   i. list any subdirectories under SUBDIRS. This list is just space
 separated- 'SUBDIRS=foo bar baz' for multiple SUBDIRS.
-  ii. edit 'urlpath' to be 'projects/yourprojectname/'
+  ii. edit 'urlpath' to be '/yourprojectname/'
   iii. add all your files (pages and images) to page_SCRIPTS. DO NOT
 put trailing spaces after the \s here, or add a \ after the last entry
 in this list. Auto* is a fickle goddess.
 
-3. git add and git commit your project directory to:
+3. git add your project directory to:
 
 gnomeweb-wml/projects.gnome.org/
 
-4. check out:
- 
-gnomeweb-wml/configure.in
+4. Add your project's Makefiles into AC_OUTPUT,
 
-and add your project's Makefile into AC_OUTPUT. Commit that.
+gnomeweb-wml/configure.in
 
-5. check out:
+5. Add your project to SUBDIRS in:
 
 gnomeweb-wml/projects.gnome.org/Makefile.am
 
-and add your project to SUBDIRS
-
-6. check out:
+6. Add your project to the HTML file:
 
 gnomeweb-wml/projects.gnome.org/index.html
 
-and add your project to the HTML file.
+7. git add the files and do a git commit and then git push
+
 
-7. Sit back, relax, have a beer, and reload the project page in 5-10
+8. Sit back, relax, have a beer, and reload the project page in 5-10
 minutes. It should be up. If not, email gnome-web-list gnome org,
 explain what you've done and what is wrong, and if you're bold, point
 out to them that it is embarassing we don't have a CMS yet. :)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]