Differences between revisions 11 and 25 (spanning 14 versions)
Revision 11 as of 2009-12-23 10:30:41
Size: 2574
Comment: testing hg's wiki and nested lists
Revision 25 as of 2015-04-10 07:37:30
Size: 1447
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## Please edit system and help pages ONLY in the moinmaster wiki! For more
## information, please see MoinMaster:MoinPagesEditorGroup.
##master-page:WikiSandBox
#format wiki
#language en
Please feel free to experiment here, after the four dashes below... and please do '''NOT''' create new pages without any meaningful content just to try it out!
## page was renamed from WikiSandBox
= Deveo =
Line 8: Line 4:
'''Tip:''' Shift-click "HelpOnEditing" to open a second window with the help pages. Deveo is an enterprise-grade repository management and collaboration platform that supports Git, Subversion and [[Mercurial|Mercurial]]. It consists of repository hosting, project management, issue tracking and documentation features. The software was written in Ruby, initially by Eficode Oy and now by Deveo Oy.

<<TableOfContents>>

== History ==

Development of Deveo as a [[Software_as_a_service|SaaS]] solution to streamline software production started in 2010 by [[Eficode]] on based on similar solutions developed proprietarily for Eficode customers. Due to customer preferences, and existing solutions offered as SaaS, Deveo switched the software architecture from SaaS to on-premises.

The software was officially launched in June 2012.

Deveo Oy was established in 2014 as a spin-off from Eficode in order to commercialize the software. Deveo now markets the software under the Deveo name and continued to expand on the original Eficode project.

== License ==
  
Deveo is a commercial software product that can be licensed for running on-premises. The license fees are charged monthly and the fee per user is tiered, based on the size of the purchasing organization. The license allows for hosting on both physical and virtual servers.

== Links ==
 * [[https://www.deveo.com/|Official website]]
 * [[http://blog.deveo.com/|Official blog]]
Line 10: Line 24:

== Formatting ==

''italic'' '''bold''' {{{typewriter}}}

`backtick typewriter` (configurable)

~+ bigger +~ ~- smaller -~

{{{
preformatted some more
and some more lines too

}}}

{{{#!python
def syntax(highlight):
    print "on"
    return None
}}}


{{{#!java
  public void main(String[] args]){
     System.out.println("Hello world!");
  }

}}}


== Linking ==

HelpOnEditing MoinMoin:InterWiki

http://moinmoin.wikiwikiweb.de/ [[http://www.python.org/|Python]]

someone@the.inter.net


=== Image Link ===
{{http://c2.com/sig/wiki.gif}}

== Smileys ==

/!\ Alert

== Lists ==

=== Bullet ===
 * first
   1. nested and numbered
   1. numbered lists are renumbered
 * second
 * third
 blockquote
   deeper

=== Glossary ===
 Term:: Definition

=== Drawing ===
{{drawing:mytest}}

= Heading 1 =
== Heading 2 ==
=== Heading 3 ===
==== Heading 4 ====

= IRC Log test =

{{{#!irc
(23:18) < jroes> ah
(23:19) < jroes> hm, i like the way {{{ works, but i was hoping the lines would wrap
(23:21) -!- gpciceri [~gpciceri@host181-130.pool8248.interbusiness.it] has quit [Read error: 110 (Connection timed out)]
(23:36) < ThomasWal> you could also write a parser or processor
(23:38) < jroes> i could?
(23:38) < jroes> would that require modification on the moin end though?
(23:38) < jroes> i cant change the wiki myself :x
(23:39) < ThomasWal> parsers and processors are plugable
(23:39) < ThomasWal> so you dont need to change the core code
(23:40) < ThomasWal> you need to copy it to the wiki data directory though
(23:40) < jroes> well, what i meant to say was that i dont have access to the box running the wiki
(23:40) < ThomasWal> then this is no option
(23:40) < jroes> yeah :/
}}}

{{{#!dot
digraph {
   label="Bob's Repo"
   rankdir = LR
   node [shape=box]
   a->b->c->d->e->f
   e [color=blue]
   f [color=blue]
   d->g
   g [color=red]
   f->wc
   g->wc
   wc [color=brown;label="(working copy)"]
}
}}}

(Nice graph! dot is very powerful!)

 * foo
  * test
  * test2
 * bar
 * gee
CategoryTools

Deveo

Deveo is an enterprise-grade repository management and collaboration platform that supports Git, Subversion and Mercurial. It consists of repository hosting, project management, issue tracking and documentation features. The software was written in Ruby, initially by Eficode Oy and now by Deveo Oy.

1. History

Development of Deveo as a SaaS solution to streamline software production started in 2010 by Eficode on based on similar solutions developed proprietarily for Eficode customers. Due to customer preferences, and existing solutions offered as SaaS, Deveo switched the software architecture from SaaS to on-premises.

The software was officially launched in June 2012.

Deveo Oy was established in 2014 as a spin-off from Eficode in order to commercialize the software. Deveo now markets the software under the Deveo name and continued to expand on the original Eficode project.

2. License

Deveo is a commercial software product that can be licensed for running on-premises. The license fees are charged monthly and the fee per user is tiered, based on the size of the purchasing organization. The license allows for hosting on both physical and virtual servers.


CategoryTools

Deveo (last edited 2015-04-17 02:36:15 by rcl)