summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-02-21 09:42:14 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-02-21 09:42:14 -0800
commitfb7e353adc84dd77c3d288ae425631e0698b2973 (patch)
tree3c98d4a5595487681dbaa7588bbd952d3865e7ae
parent32d6b24210164c8efd1fdb89a228d88b03e50914 (diff)
downloadserverdata-fb7e353adc84dd77c3d288ae425631e0698b2973.tar.gz
serverdata-fb7e353adc84dd77c3d288ae425631e0698b2973.tar.bz2
serverdata-fb7e353adc84dd77c3d288ae425631e0698b2973.tar.xz
serverdata-fb7e353adc84dd77c3d288ae425631e0698b2973.zip
Add LPC news before bugfix, linkify txt newsv2013.02.21.1
-rw-r--r--tools/_news_colors.py2
-rw-r--r--world/map/news.d/13-lpc.txt39
-rw-r--r--world/map/news.d/14-bugfix-killthegmevent.txt (renamed from world/map/news.d/13-bugfix-killthegmevent.txt)0
-rw-r--r--world/map/news.html42
-rw-r--r--world/map/news.txt47
5 files changed, 126 insertions, 4 deletions
diff --git a/tools/_news_colors.py b/tools/_news_colors.py
index 36f97b60..16318fdb 100644
--- a/tools/_news_colors.py
+++ b/tools/_news_colors.py
@@ -110,7 +110,7 @@ class TxtLink(object):
def __init__(self, stack):
self.stack = stack
def __format__(self, target):
- return '##3' + target + self.stack[-1]
+ return '@@{link}|{text}@@'.format(link=target, text=target)
class TxtSignature(object):
__slots__ = ('stack')
diff --git a/world/map/news.d/13-lpc.txt b/world/map/news.d/13-lpc.txt
new file mode 100644
index 00000000..1ab530ca
--- /dev/null
+++ b/world/map/news.d/13-lpc.txt
@@ -0,0 +1,39 @@
+{date:2013-02-18}
+
+This is a really exciting news entry!
+
+Congratulations to our sister project Mana ({link:http://manasource.org})
+on winning the Liberated Pixel Cup ({link:http://lpc.opengameart.org/content/code-judging-is-in}).
+
+The project can be found at {link:http://www.sourceoftales.org/news.html}
+and the irc channel at {link:irc://chat.freenode.net#sourceoftales}.
+
+We will undoubtedly experience an influx of both
+ordinary players and potential developers since we
+were linked as a related project.
+
+As a developer, it is my goal and expectation that
+new players can figure things out on their own.
+After all, I once did - though there wasn't as
+much content back then (I feel old ...).
+
+As for new contributors, they will necessarily need
+to coordinary with us, the developers. We're always
+in need of pixel artists, have great capacity for
+quest writers, and currently have need for a bit of
+web development and people crazy enough to touch
+insides of the server code.
+
+Be aware that people have different time zones and
+busy schedules, so it may be a while before anyone
+responds.
+
+Now, the links:
+
+Server coding: {link:irc://chat.freenode.net#tmwa}
+
+Everything else: {link:irc://irc.themanaworld.org#tmw-dev} or {link:irc://chat.freenode.net#themanaworld-dev}
+
+Forums: {link:http://forums.themanaworld.org/}
+
+{author:o11c and Jenalya}
diff --git a/world/map/news.d/13-bugfix-killthegmevent.txt b/world/map/news.d/14-bugfix-killthegmevent.txt
index 24cb9b90..24cb9b90 100644
--- a/world/map/news.d/13-bugfix-killthegmevent.txt
+++ b/world/map/news.d/14-bugfix-killthegmevent.txt
diff --git a/world/map/news.html b/world/map/news.html
index 6aa63f72..eea0afe5 100644
--- a/world/map/news.html
+++ b/world/map/news.html
@@ -16,6 +16,48 @@ Also, GMs may have a surprise for you someday.
</div>
<div>
<p/>
+<font color="#0000ff">2013-02-18</font>
+<p/>
+This is a really exciting news entry!
+<p/>
+Congratulations to our sister project Mana (<a href="http://manasource.org">http://manasource.org</a>)
+on winning the Liberated Pixel Cup (<a href="http://lpc.opengameart.org/content/code-judging-is-in">http://lpc.opengameart.org/content/code-judging-is-in</a>).
+<p/>
+The project can be found at <a href="http://www.sourceoftales.org/news.html">http://www.sourceoftales.org/news.html</a>
+and the irc channel at <a href="irc://chat.freenode.net#sourceoftales">irc://chat.freenode.net#sourceoftales</a>.
+<p/>
+We will undoubtedly experience an influx of both
+ordinary players and potential developers since we
+were linked as a related project.
+<p/>
+As a developer, it is my goal and expectation that
+new players can figure things out on their own.
+After all, I once did - though there wasn't as
+much content back then (I feel old ...).
+<p/>
+As for new contributors, they will necessarily need
+to coordinary with us, the developers. We're always
+in need of pixel artists, have great capacity for
+quest writers, and currently have need for a bit of
+web development and people crazy enough to touch
+insides of the server code.
+<p/>
+Be aware that people have different time zones and
+busy schedules, so it may be a while before anyone
+responds.
+<p/>
+Now, the links:
+<p/>
+Server coding: <a href="irc://chat.freenode.net#tmwa">irc://chat.freenode.net#tmwa</a>
+<p/>
+Everything else: <a href="irc://irc.themanaworld.org#tmw-dev">irc://irc.themanaworld.org#tmw-dev</a> or <a href="irc://chat.freenode.net#themanaworld-dev">irc://chat.freenode.net#themanaworld-dev</a>
+<p/>
+Forums: <a href="http://forums.themanaworld.org/">http://forums.themanaworld.org/</a>
+<p/>
+-<font color="#009000">o11c and Jenalya</font>
+</div>
+<div>
+<p/>
<font color="#0000ff">2013-01-31</font>
<p/>
ManaPlus Support
diff --git a/world/map/news.txt b/world/map/news.txt
index 2ac238e2..42cc5ea6 100644
--- a/world/map/news.txt
+++ b/world/map/news.txt
@@ -12,6 +12,47 @@ Also, GMs may have a surprise for you someday.
-##2V0id##0
+##32013-02-18##0
+
+This is a really exciting news entry!
+
+Congratulations to our sister project Mana (@@http://manasource.org|http://manasource.org@@)
+on winning the Liberated Pixel Cup (@@http://lpc.opengameart.org/content/code-judging-is-in|http://lpc.opengameart.org/content/code-judging-is-in@@).
+
+The project can be found at @@http://www.sourceoftales.org/news.html|http://www.sourceoftales.org/news.html@@
+and the irc channel at @@irc://chat.freenode.net#sourceoftales|irc://chat.freenode.net#sourceoftales@@.
+
+We will undoubtedly experience an influx of both
+ordinary players and potential developers since we
+were linked as a related project.
+
+As a developer, it is my goal and expectation that
+new players can figure things out on their own.
+After all, I once did - though there wasn't as
+much content back then (I feel old ...).
+
+As for new contributors, they will necessarily need
+to coordinary with us, the developers. We're always
+in need of pixel artists, have great capacity for
+quest writers, and currently have need for a bit of
+web development and people crazy enough to touch
+insides of the server code.
+
+Be aware that people have different time zones and
+busy schedules, so it may be a while before anyone
+responds.
+
+Now, the links:
+
+Server coding: @@irc://chat.freenode.net#tmwa|irc://chat.freenode.net#tmwa@@
+
+Everything else: @@irc://irc.themanaworld.org#tmw-dev|irc://irc.themanaworld.org#tmw-dev@@ or @@irc://chat.freenode.net#themanaworld-dev|irc://chat.freenode.net#themanaworld-dev@@
+
+Forums: @@http://forums.themanaworld.org/|http://forums.themanaworld.org/@@
+
+-##2o11c and Jenalya##0
+
+
##32013-01-31##0
ManaPlus Support
@@ -44,9 +85,9 @@ support, depending on exactly how old it is:
Of course, if a particular client release is
buggy, we may not be able to support it at all.
-For more details, see ##3http://forums.themanaworld.org/viewtopic.php?f=4&t=16867##0.
+For more details, see @@http://forums.themanaworld.org/viewtopic.php?f=4&t=16867|http://forums.themanaworld.org/viewtopic.php?f=4&t=16867@@.
-ManaPlus is available at ##3http://manaplus.evolonline.org/##0
+ManaPlus is available at @@http://manaplus.evolonline.org/|http://manaplus.evolonline.org/@@
-##2o11c##0
@@ -164,7 +205,7 @@ But what is he doing there? And where is Easter Bunny?
Three pieces of news today.
First, Mana 0.6.0 got released today. You can find it at
-##3http://manasource.org##0, or wait for your distribution.
+@@http://manasource.org|http://manasource.org@@, or wait for your distribution.
Second, we will be completely dropping support for the old
TMW 0.0.29.1 client soon - unless there is further reason