[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 79502ca3ff88d0103624bf2e358899f72fdb6574
Michal Čihař
nijel at users.sourceforge.net
Thu Mar 11 15:21:18 CET 2010
The branch, master has been updated
via 79502ca3ff88d0103624bf2e358899f72fdb6574 (commit)
via dd75259ae311996003fbc7b82ff05c418cbd8d34 (commit)
from 7906ccb004cfb86562481266d751edd2937d687f (commit)
- Log -----------------------------------------------------------------
commit 79502ca3ff88d0103624bf2e358899f72fdb6574
Author: Michal Čihař <mcihar at novell.com>
Date: Thu Mar 11 15:20:59 2010 +0100
Ignore generated files.
commit dd75259ae311996003fbc7b82ff05c418cbd8d34
Author: Michal Čihař <mcihar at novell.com>
Date: Thu Mar 11 15:19:38 2010 +0100
This feed is not SVN/Git dependant, use genric name VCS instead.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 3 +++
cache/.gitignore | 1 +
render.py | 4 ++--
templates/about-website.tpl | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
create mode 100644 .gitignore
create mode 100644 cache/.gitignore
delete mode 100644 cache/.placeholder
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5c5490b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.pyc
+*.swp
+output
diff --git a/cache/.gitignore b/cache/.gitignore
new file mode 100644
index 0000000..2232829
--- /dev/null
+++ b/cache/.gitignore
@@ -0,0 +1 @@
+*.dump
diff --git a/cache/.placeholder b/cache/.placeholder
deleted file mode 100644
index e69de29..0000000
diff --git a/render.py b/render.py
index 4553815..cf1fad1 100755
--- a/render.py
+++ b/render.py
@@ -84,7 +84,7 @@ PROJECT_FILES_RSS = 'https://sourceforge.net/api/file/index/project-id/%d/rss' %
PROJECT_NEWS_RSS = 'https://sourceforge.net/export/rss2_projnews.php?group_id=%d&rss_fulltext=1&limit=10' % PROJECT_ID
PROJECT_SUMMARY_RSS = 'https://sourceforge.net/export/rss2_projsummary.php?group_id=%d' % PROJECT_ID
DONATIONS_RSS = 'https://sourceforge.net/export/rss2_projdonors.php?group_id=%d&limit=20' % PROJECT_ID
-PROJECT_SVN_RSS = 'http://cia.vc/stats/project/phpmyadmin/.rss'
+PROJECT_VCS_RSS = 'http://cia.vc/stats/project/phpmyadmin/.rss'
PROJECT_DL = 'http://prdownloads.sourceforge.net/%s/%%s' % PROJECT_NAME
PROJECT_SVN = 'https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/'
TRANSLATIONS_SVN = '%slang/' % PROJECT_SVN
@@ -181,7 +181,7 @@ class SFGenerator:
'rss_planet': PLANET_RSS,
'rss_summary': PROJECT_SUMMARY_RSS,
'rss_security': '%s%ssecurity/index.xml' % (SERVER, BASE_URL),
- 'rss_svn': PROJECT_SVN_RSS,
+ 'rss_vcs': PROJECT_VCS_RSS,
'screenshots': data.screenshots.SCREENSHOTS,
'awards': data.awards.AWARDS,
'generated': helper.date.fmtdatetime.utcnow(),
diff --git a/templates/about-website.tpl b/templates/about-website.tpl
index 2f94fb5..9ffd4bc 100644
--- a/templates/about-website.tpl
+++ b/templates/about-website.tpl
@@ -46,7 +46,7 @@ history</a>.
<li><a href="${rss_files}">phpMyAdmin file releases</a></li>
<li><a href="${rss_security}">phpMyAdmin security issues</a></li>
<li><a href="${rss_donations}">phpMyAdmin donations</a></li>
-<li><a href="${rss_svn}">phpMyAdmin SVN commits</a></li>
+<li><a href="${rss_vcs}">phpMyAdmin commits</a></li>
</ul>
<p>phpMyAdmin software information is available in following machine readable formats:</p>
hooks/post-receive
--
phpMyAdmin website
More information about the Git
mailing list