added Download page to TODO list, maybe that'd solve the cache problems
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5204 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6e91b4a8f2
commit
5a47788ebe
1 changed files with 2 additions and 1 deletions
|
@ -368,12 +368,13 @@ def UpdateChangeLog():
|
||||||
def ToDo():
|
def ToDo():
|
||||||
print 'automatic phase done\n'
|
print 'automatic phase done\n'
|
||||||
print """
|
print """
|
||||||
|
* %s
|
||||||
* Edit update.php
|
* Edit update.php
|
||||||
* Post news item
|
* Post news item
|
||||||
* http://en.wikipedia.org/w/index.php?title=Nullsoft_Scriptable_Install_System&action=edit
|
* http://en.wikipedia.org/w/index.php?title=Nullsoft_Scriptable_Install_System&action=edit
|
||||||
* Update Freshmeat
|
* Update Freshmeat
|
||||||
* Update BetaNews
|
* Update BetaNews
|
||||||
"""
|
""" % (PURGE_URL % 'Download')
|
||||||
|
|
||||||
def CloseLog():
|
def CloseLog():
|
||||||
log('done')
|
log('done')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue