Skip to content

Commit

Permalink
from testwordpresscontent import src_title as src
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-mbm committed Jul 14, 2015
1 parent c6626ab commit d356389
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 1 addition & 9 deletions paicemana/testwordpress.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
lang = 'Ja'
text = 'My text here'

src="""<!--:en-->weekly 256 - 09.06.–15.06.2015<!--:-->
<!--:es-->semanario 256 - 09.06.–15.06.2015<!--:--><!--:Ja-->週刊OSM 256 - 09.06.–15.06.2015<!--:--><!--:fr-->hebdo 256 - 09.06.–15.06.2015<!--:--><!--:cz-->týdeník 256 -
09.06.–\r
15.06.2015<!--:--><!--:id-->edisi minggu 256 - 09.06.–15.06.2015<!--:--><!--:tr--> 256 - 09.06.–15.06.2015<!--:--><!--:pt-->semanário 256 - 09.06.–15.06.2015<!--:-->
<!--:de-->Wochennotiz 256 - 09.06.–15.06.2015<!--:--><!--:ro-->Săptămânal nr. 256 - 09.06.–15.06.2015<!--:-->
"""

from testwordpresscontent import src
from testwordpresscontent import src_title as src

# to negate a word 'bar': '^(?!.*?bar).*' or '^(.(?<!bar))*?$'

Expand Down
10 changes: 9 additions & 1 deletion paicemana/testwordpresscontent.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
src = """<!--:en-->23.06.-29.06.2015
src_title = """<!--:en-->weekly 256 - 09.06.–15.06.2015<!--:-->
<!--:es-->semanario 256 - 09.06.–15.06.2015<!--:--><!--:Ja-->週刊OSM 256 - 09.06.–15.06.2015<!--:--><!--:fr-->hebdo 256 - 09.06.–15.06.2015<!--:--><!--:cz-->týdeník 256 -
09.06.–\r
15.06.2015<!--:--><!--:id-->edisi minggu 256 - 09.06.–15.06.2015<!--:--><!--:tr--> 256 - 09.06.–15.06.2015<!--:--><!--:pt-->semanário 256 - 09.06.–15.06.2015<!--:-->
<!--:de-->Wochennotiz 256 - 09.06.–15.06.2015<!--:--><!--:ro-->Săptămânal nr. 256 - 09.06.–15.06.2015<!--:-->
"""

src_content = """<!--:en-->23.06.-29.06.2015
[caption id="attachment_11897" align="alignnone" width="640"]<a href="http://blog.openstreetmap.de/wp-uploads//2015/06/Elbphilharmonie_zensiert-Eine_Welt_ohne_Panoramafreiheit.jpg"><img class="size-full wp-image-11897" title="Spendenaufkommen OSMF-Spendenmarathon 2015" src="http://blog.openstreetmap.de/wp-uploads//2015/07/spendenkampagne-server2015-path.svg" alt="Säulendiagramm des Spendenaufkommens, eine Säule pro Tag" width="640" height="360" /></a> Donations during the fundraising campaign to finance new hardware for OSM. <a href="https://lists.openstreetmap.org/pipermail/osmf-talk/attachments/20150630/feede3ff/attachment-0001.png">Chart: Nakaner - data: Frederik Ramm</a>. <a href="#258-osmf">[1]</a>[/caption]
<h2 id="in-eigener-sache">About us</h2>
Expand Down

0 comments on commit d356389

Please sign in to comment.