Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Much of the publishing process is automated:
Write:
* Develop stories in "content.wiki". The file is an instance of the HWN
data type, defined in utils/publish.hs
* Urls are in [http://a.b.c/ text] wiki format
* Don't forget to get the quotes from lambdabot
* Preview the issues with "make" which dumps rendered .txt, .tex,
.html and .wiki files in the top level dir.
* pdf frontpage can be viewed with "make pdf"
When complete:
* Check urls: urlcheck *.html
* Generate: publish -p
which moves the .html, .tex, .wiki and .pdf versions into the
archives/ (suitable for email and sequence.complete.org), and also
the wiki versions (Old_news.html and News.html).
This also runs the spell checker, which requires aspell installed.
The issue number will be extracted (and then incremeneted) from
'issue' (with -p)
* The date comes from the current date.
* Check the archives/*.pdf file, and regenerate archives/*.tex until
it all fits on one pdf page.
Publish:
* Html:
+ upload archives/yyyymmdd.html to sequence.complete.org
* Wiki:
+ upload wiki/News.html to haskellwiki/News
+ upload wiki/Old_news.html to haskellwiki/Old_news
* flush haskell wiki cache
* Email summary and url to lwn@lwn.net:
The October 31, 2006 edition of the
Haskell Weekly News
is online. This week we see a number of community documentation
and maintenance efforts, and the appearance of indexed data
types in GHC.
* Email:
+ archives/yyyymmdd.txt to haskell@haskell.org
* For good issues, post url to programming.reddit.com, suggested title:
"Haskell Weekly News: headline summary"
Record:
* darcs whatsnew -sl
* darcs add
* darcs record --all
* darcs tag
* darcs push