and you’ll get the current geoserver wiki on disk.
Not sure if we want to have them in the geoserver wiki or in
the geoserver.github.io wiki, but I can access only the former,
and the documentation is in the geoserver one anyways.
Anyways, let me know if you have a strong preference.
Cheers
Andrea
–
==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
Ah, btw, I was trying to do a space export in XML, but it seems that even with a subset of 5-6
pages it takes forever.
However… Jody script works off the exported XML, so… anybody has suggestions?
It kind of feels like the database backing confluence has lost all indexes, just to export
a few pages after a couple of minutes it’s still saying “looking for objects to export”
and you’ll get the current geoserver wiki on disk.
Not sure if we want to have them in the geoserver wiki or in
the geoserver.github.io wiki, but I can access only the former,
and the documentation is in the geoserver one anyways.
Anyways, let me know if you have a strong preference.
Cheers
Andrea
–
==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
On Fri, May 23, 2014 at 10:55 PM, Andrea Aime
<andrea.aime@anonymised.com>wrote:
Ah, btw, I was trying to do a space export in XML, but it seems that even
with a subset of 5-6
pages it takes forever.
However... Jody script works off the exported XML, so... anybody has
suggestions?
It kind of feels like the database backing confluence has lost all
indexes, just to export
a few pages after a couple of minutes it's still saying "looking for
objects to export"
Eventually managed to get an export of all proposals
Cheers
Andrea
--
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
Ing. Andrea Aime @geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
The heart is simply calling pandoc to convert from textile to rst:
System.out.println("/usr/local/bin/pandoc --columns=100 -o \"" +
rstFilePath + "\" \""
+ htmlFilePath + "\"");
String run = new String { "/usr/local/bin/pandoc",
"--columns=100", "-o", rstFilePath,
htmlFilePath };
try {
Process process = Runtime.getRuntime().exec(run, null,
htmlFile.getParentFile());
int exit = process.waitFor();
Since the github wiki supports textile you may just want to copy the
content over as is, and then replace the confluence link syntax with that
provided by hit hub? i.e. no conversion required:
1) create wiki with test page
2) checkout
3) copy textile pages over directly
4) cleanup the mess
This is the wiki associated with the website. I kind of like using this one as we can allow more members write access to website+wiki then the codebase.
and you’ll get the current geoserver wiki on disk.
Not sure if we want to have them in the geoserver wiki or in
the geoserver.github.io wiki, but I can access only the former,
and the documentation is in the geoserver one anyways.
Anyways, let me know if you have a strong preference.
Cheers
Andrea
–
==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
“Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.” http://p.sf.net/sfu/SauceLabs
This is the wiki associated with the website. I kind of like using this
one as we can allow more members write access to website+wiki then the
codebase.
Right... except I cannot access it via git checkout, but I can checkout the
1) instead..
Cheers
Andrea
--
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
Ing. Andrea Aime @geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
This is the wiki associated with the website. I kind of like using this one as we can allow more members write access to website+wiki then the codebase.
Right… except I cannot access it via git checkout, but I can checkout the 1) instead…
Cheers
Andrea
–
==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
It looks like I missed this one but i actually think it makes more sense on (1). Although if we can clone wikis (that is cool, didn’t know it was possible) can we push to hem as well? If so that would be an easy way to transfer.
I think you have to turn on the wiki for (2) to work, basically create one page and then we should be able to check it out.
“Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.” http://p.sf.net/sfu/SauceLabs
This is the wiki associated with the website. I kind of like using this one as we can allow more members write access to website+wiki then the codebase.
Right… except I cannot access it via git checkout, but I can checkout the 1) instead…
Cheers
Andrea
–
==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
On Mon, May 26, 2014 at 2:52 PM, Justin Deoliveira <
jdeolive@anonymised.com> wrote:
It looks like I missed this one but i actually think it makes more sense
on (1). Although if we can clone wikis (that is cool, didn't know it was
possible) can we push to hem as well? If so that would be an easy way to
transfer.
It actually allows you to do more than direct editing, you can add images
in the checkout and refer to them,
whilst from the wiki front end it seems you're bound to put stuff outside
of it
Cheers
Andrea
--
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
Ing. Andrea Aime @geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549