Hosted wiki using StackOverflow-like editing tools? [closed] - wiki

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
We're starting developer documentation for one of our projects, and I'd like to set it up as a hosted wiki.
There will be lots of code samples, and the WMD/Prettify combination used here on StackOverflow is the simplest way I've seen to enter structured text (with headings, etc.) combined with automatically formatted code blocks.
Does anyone know of an existing hosted wiki service that uses this editing toolset, so we don't have to write our own (at least not right away)?
Thanks

Many wiki engines are open source
Why not grab your favourite and add in the WMD editor?
Screwturn.eu is a nice C# wiki with a great extensibility model, and a great markup pipeline what should be simpl-ish to upgrade to WMD
Download v3 beta and look at /core/Formatter.cs and /core/FormattingPipeline.cs for the REGEX's to compose pages from WMD markdown
And /WebApplication/Editor.ascx for the editor custom control, which you can plug in WMD with some LH-RH code

Check out Mindtouch's DekiWiki. They use fckeditor, I believe, which is pretty user friendly. There is a free hosted version (with limited extension features), and you can pay for very powerful version.
We use it for documentation internally and it is excellent.

Related

Django/MongoDB tutorials for beginner [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm a beginner and don't have any prior experience with web application development. So far, I only did some CLI programming. Could anyone suggest me how to start working with Django and MongoDB?
There is a free education courses for MongoDB, one being developer-foccussed and the other more administration-focussed. There is still time to sign up afaik so I'd recommend having a look at the developer course (it's taught by Dwight Merriman, the 10gen CEO).
MongoDB tutorials can be found here.
There's a short doc on using MongoEngine with Django. The MongoEngine maintainer wrote a tutorial here on writing an app with MongoEngine and Django.
When you want to learn web application development, you should first learn how to create static HTML pages with a text editor, so you get a feeling for how the WWW actually works.
When you have a solid understanding of HTML and CSS, you can start with dynamic website generation using Django.
Using a database like MongoDB is an entirely different beast you should tackle after you've learned how to generate websites server-sided.

What Are Some Good Open Source Project Landing Pages? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I've built a pretty extensive open source project that I'm soon going to publish online. It's got full documentation, source, and everything else you'd expect from a project, but no website.
I've been looking around for inspiration, and found some great open source website examples written by the pocoo team, for example:
Flask
Jinja
The problem is, I'm not a designer, and can't make web designs if my life depends on it.
So my question is: are there any good HTML/CSS templates out there that would be suitable to use for an open source project? Preferably something simple that shows off a bit of code, and links to docs, help, etc.
Sphinx is a documentation system that should be able to help you out. It's very popular in the Python community, and actually those pages you pointed out utilize this tool, as well---look at the bottom of the pages. The official Python documentation uses it, too.
It uses the reStructuredText markup language, so that's what you'd need to read up on if you're not already familiar with it.

List of freely available online web-developer tools [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
What free, online tools does a web developer has at his disposal and "should know about"?
To set the spirit of the list, here are some examples:
Google Code playground
jsFiddle
Snipt
CSS Validation Service
Pastie
CodePad
Ideone
JS Bin
JSLint
CSSDESK
Visual jQuery
I think a good list could come in very handy for many!
Whilst you probably want to automate this on your server, I still find jscompress.com handy to minify or pack scripts.
Some others...
CSS Sprite Generator
CSS Border Radius
CSS Gradient Generator
(there are tonnes).
Yahoo has a number of good tools. The YUI material alone is fantastic.
I've found Chrome's Developer Tools (Ctrl+Shift+I) to be absolutely indispensable when debugging HTML, CSS, and JavaScript.
Fiddler is a fantastic tool to spy on (and fiddle with) the traffic your browsers (and other HTTP-connecting applications) are sending.
Aptana is great as a HTML/CSS/JavaScript IDE, complete with red sqigglies for syntax errors and intellisense/autocomplete. (You'll never use Notepad again.)
jQAPI is a really zippy version of the jQuery documentation.
I find yUML an invaluable tool to create diagrams online!
For PHP development I always use the FREE phpDesigner 2007 (Personal). It can debug PHP with single step trace and breakpoints. It's also a good editor for CSS, HTML, Javascript, XML etc...
(look under "older downloads" at the bottom).
Bubble supports create mind-mapping diagram online. I use it to organize general idea about the application.

How to import word documents into wiki? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Anyone knows? Because i think one of the stumbling blocks for people to embrace wiki is of the fact that they need to separately upload the images to the wiki instead of just doing simple copy/paste to the word document
OpenOffice can save as a Mediawiki text file, ready to be pasted into the edit box online.
Microsoft has an add-on for Word 2007 and Word 2010 to save in mediawiki markup. It can be downloaded from http://www.microsoft.com/download/en/details.aspx?id=12298
The guys at mindtouch.com told me they have a tool that imports word docs into their wiki.
You did not specify which wiki you use, here are some links mostly related to mediawiki:
You can use wikEd, which allows to paste formatted text
Help:WordToWiki lists 3 alternative ways
Extension:Word2MediaWikiPlus includes also automatical image upload.
The folks at webworks.com have a nice desktop software solution that automatically publishes Word documents to wiki. Currently they support out-of-box: Confluence, Mediawiki, and MoinMoin.

WSDL validator? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any online service available to validate Web Service WSDL file?
If you're using Eclipse, just have your WSDL in a .wsdl file, eclipse will validate it automatically.
From the Doc
The WSDL validator handles validation
according to the 4 step process
defined above. Steps 1 and 2 are both
delegated to Apache Xerces (and XML
parser). Step 3 is handled by the WSDL
validator and any extension namespace
validators (more on extensions below).
Step 4 is handled by any declared
custom validators (more on this below
as well). Each step must pass in order
for the next step to run.
You can try using one of their tools: http://www.ws-i.org/deliverables/workinggroup.aspx?wg=testingtools
These will check both WSDL validity and Basic Profile 1.1 compliance.
If you would to validate WSDL programatically then you use WSDL Validator out of eclipse. http://wiki.eclipse.org/Using_the_WSDL_Validator_Outside_of_Eclipse should help or try this tool Graphical WSDL 1.1/2.0 editor.
you might want to look at the online version of xsv
You can try out wsdl validator http://docs.wso2.org/wiki/display/ESB451/WSDL+Validator