just a comment on 2), I dont put anything in the patch as such, CMS does that ??
There is a field called "header" which I thought was for a message, but it obviously is not. So two changes to CMS would be nice: a) possibility to preview the page (making sure all html marking work as it should) b) possibility to add a note to the committer. The page is ok for now, and in a week or two, I would like to push this news into a news list. Thanks for your help. have a nice day Jan I. On 19 October 2012 15:21, Rob Weir <robw...@apache.org> wrote: > 2012/10/19 jan iversen <jancasacon...@gmail.com>: > > You are right, even though I have lived a whole life, reusing code and > > tweaking it to fit my purpose. > > > > But honestly the real heroes (and gurus) are who work behind the scenes > and > > get things working. > > > > Yes, I agree. > > > I just had a CMS session, hope you like that better. > > > > Thanks. I committed your patch with two changes: > > 1) It was missing closing tags for the <h2> headers. It needs to be: > <h2>My header text here</h2> > > 2) Only put page content in the patch. If you want to add a note to > the committers, that should go in the email. I think there is a place > for this in the form? I'm not sure. > > Take a look: http://www.openoffice.org/da/ > > Regards, > > -Rob > > > Jan. > > > > 2012/10/19 Rob Weir <robw...@apache.org> > > > >> 2012/10/19 jan iversen <jancasacon...@gmail.com>: > >> > Got it, my failure (it was obvious a bit too late when I made it) > >> > > >> > I will do a new CMS session after lunch. > >> > > >> > It seems that mdtext is just an abbreviation of mediaWiki, would life > be > >> > easy if the gurus of all these different forms could get together and > >> > decide on something common. Maybe for us (in the long term) we could > >> > simplify thing and e.g. say we use mediaWiki. > >> > > >> > >> This is the nature of programming, yes? The fame and glory comes form > >> inventing something new, even if not needed. No one ever got promoted > >> for reusing code ;-) > >> > >> -Rob > >> > >> > jan. > >> > > >> > > >> > 2012/10/19 Rob Weir <robw...@apache.org> > >> > > >> >> 2012/10/19 jan iversen <jancasacon...@gmail.com>: > >> >> > Hi Rob > >> >> > > >> >> > I just followed your youtube video :-) and CMS sent this off, more > or > >> >> less > >> >> > automatically. > >> >> > > >> >> > >> >> One thing I didn't mention in the video is we have two main kinds of > >> >> pages on the website: HTML and mdtext. > >> >> > >> >> HTML is HTML, of course. > >> >> > >> >> mdtext == Markdown Text, a simplified format that is really easy for > >> >> simple informational pages with text and headers, lists and > >> >> hyperlinks. > >> >> > >> >> You can read about the syntax here: > >> >> http://daringfireball.net/projects/markdown/ > >> >> > >> >> Or even better, look at a sample page in source: > >> >> > >> >> > >> > https://svn.apache.org/repos/asf/incubator/ooo/site/trunk/content/openofficeorg/native-lang.mdtext > >> >> > >> >> > >> >> > I think it is actually a diff to the existing page, and I thought > your > >> >> idea > >> >> > was quite brilliant since it would allow me and others to update > the > >> >> > content easily. > >> >> > > >> >> > >> >> You figured out the web CMS interface, which is a stumbling block for > >> >> many people. So this is a great start, I think. > >> >> > >> >> > How are the others doing it, do they have commit rights ? > >> >> > > >> >> > >> >> If I'm editing a page or two, I use the same web interface. So what > >> >> you did was right, except in the syntax. > >> >> > >> >> A specific example. You added: > >> >> > >> >> +Tilgængelighed og Styring > >> >> +Apache OpenOffice er tilgængelig gratis for enhver bruger og formål, > >> >> og kan downloades fra http://openoffice.org. Productet downloades et > >> >> ubegrænset antal gange på¨PC for et ubegrænset antal af brugere - > HELT > >> >> GRATIS fri for alle licens afgifter. Projektet har en stærk > fokusering > >> >> på at støtte open standards, fra ODF (der først implementerede > ISO/IEC > >> >> 26300) til fremtidige planer for CMIS, OpenSocial, og OData. > >> >> > >> >> But what is really needed is HTML markup, like this: > >> >> > >> >> <h2>Tilgængelighed og Styring</h2> > >> >> <p> > >> >> Apache OpenOffice er tilgængelig gratis for enhver bruger og formål, > >> >> og kan downloades fra <a > >> >> href="http://openoffice.org">http://openoffice.org</a>. Productet > >> >> downloades et ubegrænset antal gange på¨PC for et ubegrænset antal af > >> >> brugere - HELT GRATIS fri for alle licens afgifter. Projektet har en > >> >> stærk fokusering på at støtte open standards, fra ODF (der først > >> >> implementerede ISO/IEC 26300) til fremtidige planer for CMIS, > >> >> OpenSocial, og OData. > >> >> </p> > >> >> > >> >> Does this make sense? You want the diff's to be HTML format as well. > >> >> > >> >> The difference for a Committer is they can then check in directly > from > >> >> the web interface, preview how it looks on our staging server, and > >> >> then publish. > >> >> > >> >> Once a page is checked in then the template is applied. Mdtext is > >> >> converted to HTML, and the HTML is inserted into the "skeleton" of > the > >> >> template, with standard navigation, headers, footers and other page > >> >> elements applied. So when you think of a page, concentrate on the > >> >> content. The rest will come from the template. > >> >> > >> >> Regards, > >> >> > >> >> -Rob > >> >> > >> >> > >> >> > rgds > >> >> > jan I. > >> >> > > >> >> > 2012/10/19 Rob Weir <robw...@apache.org> > >> >> > > >> >> >> This won't work. The existing page is HTML, so the additional > text > >> >> >> needs to be in HTML as well, including <p> for paragraphs and <a > >> href> > >> >> >> for hyperlinks, etc. > >> >> >> > >> >> >> One idea to simplify it would be to have only a "tease" of the > story, > >> >> >> maybe a sentence or two, and then link to this page for the full > >> >> >> story: http://www.openoffice.org/da/graduation.html > >> >> >> > >> >> >> -Rob > >> >> >> > >> >> >> 2012/10/19 jan iversen <anonym...@apache.org>: > >> >> >> > Clone URL (Committers only): > >> >> >> > > >> >> >> > >> >> > >> > https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://ooo-site.apache.org/da%2Findex.html > >> >> >> > > >> >> >> > jan iversen > >> >> >> > > >> >> >> > Index: trunk/content/da/index.html > >> >> >> > > =================================================================== > >> >> >> > --- trunk/content/da/index.html (revision 1399994) > >> >> >> > +++ trunk/content/da/index.html (working copy) > >> >> >> > @@ -1,3 +1,4 @@ > >> >> >> > +Added danish translation to DA page. > >> >> >> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > >> >> >> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > >> >> >> > <html lang="da"> > >> >> >> > @@ -25,6 +26,37 @@ > >> >> >> > <h2>Velkommen til Apache OpenOffice</h2> > >> >> >> > > >> >> >> > > >> >> >> > + <h2>Apache Open Office er nu et top projekt hos > Apache</h2> > >> >> >> > +Apache software Foundation annoncerer Apache OpenOffice™ som et > >> >> >> Top-Niveau Projekt > >> >> >> > + > >> >> >> > +Pris vindende førende Open Source produktions pakke bredt > brugt i > >> >> over > >> >> >> 228 lande, over 20 millioner download af den seneste version siden > >> maj > >> >> 2012. > >> >> >> > + > >> >> >> > +Forest Hill, MD – 18 Oktober 2012 – Apache Software Foundation > >> (ASF), > >> >> >> den udelukkende frivillige udviklere og kuvøser af næsten 150 > Open > >> >> Source > >> >> >> projekter og initativer, annoncerede idag at Apache Open Office er > >> >> overgået > >> >> >> fra Apache kuvøse til at blive et Top-Niveau Projekt (TNP), > visende > >> at > >> >> >> projektets sanfund og produkt er blevet styret godt og korrekt > under > >> >> ASF > >> >> >> udvide demokratiske proces og principper. > >> >> >> > + > >> >> >> > +"Beståelsen er for OpenOffice et bevis på Apache vejens > >> successfulde > >> >> >> skalering fra kuvøse til 'indholds branding' til et meget > etableret > >> >> >> slut-bruger produkt"," sagde ASF vice præsidenten og Apache > >> OpenOffice > >> >> >> mentor Ross Gardler. "Kuvøse processen tillader erfarne Apache > >> >> bidragsydere > >> >> >> at guide projelt, hjælpe både nye og etablerede OpenOffice > >> bidragsydere > >> >> at > >> >> >> bygge et Apache-stil samfund som er både åbent og fordelt." > >> >> >> > + > >> >> >> > +"OpenOffice beståelsen er den officielle anerkendelse at > >> projektet er > >> >> >> nu i stand til at lede sig selv ikke kun i teknisk henseende, men > >> også i > >> >> >> samfunds spørgsmål.," sagde Andrea Pescetti, vice præsident hos > >> Apache > >> >> >> OpenOffice. "'Apache vejen' og den metoder, som f.eks. at tage > hver > >> >> >> beslutning i offentligheden med total gennemsigtighed, har tilladt > >> >> >> projektet at tiltrække og engagere nye frivillige, og til at > vælge og > >> >> >> fordele Projekt Ledelses Kommitteen som vil garantere en stabil > >> fremtid > >> >> for > >> >> >> Apache OpenOffice." > >> >> >> > + > >> >> >> > +Indledningsvis lavet af Star Division in the 1990's, blev > >> OpenOffice > >> >> >> code basen købt af Sun Microsystems in 1999 og senere Oracle > >> >> Corporation in > >> >> >> 2010, inden den blev sendt til The Apache Software Foundation > kuvøse > >> i > >> >> Juni > >> >> >> 2011. > >> >> >> > + > >> >> >> > +Under udviklings perioden i Apache kuvøsen, har Apache > OpenOffice > >> >> >> projektet overflyttet næsten 10 million kode linier, tilført > utallige > >> >> >> udvidelser, og fikset dusinvis af bruger-rapporterede fejl i den > >> >> populære > >> >> >> og gratis produktions pakke. Som tilføjelse, har softwaren > modtaget 5 > >> >> >> industri priser, rangerende fra individuelle komponent top punkter > >> over > >> >> top > >> >> >> downloading til den bedste open source produktions pakke. > >> >> >> > + > >> >> >> > +I Maj 2012 blev Apache OpenOffice v3.4 offentliggjort på 20 > sprog > >> >> >> (redaktør: den danske er ved kvalitetstesten), og downloaded mere > >> end 20 > >> >> >> millioner gange af enkelt personer, firmaer, skoler og statslige > >> >> >> institutioner i over 228 lande. Siden det, har projektet arbejdet > på > >> nye > >> >> >> funktioner, innovationer og releases målsat til først og fjerde > >> kvartal > >> >> >> 2013. > >> >> >> > + > >> >> >> > +""It's really cool" at OpenOffice er nu et top-niveau projekt > hos > >> >> >> Apache," siger Juergen Schmidt, Apache OpenOffice Release Chef. > "Vi > >> har > >> >> >> mødt mange milepæle for at nå denne milepæl: vores første > OpenOffice > >> 3.4 > >> >> >> release krævede af samfundet ikke bare flytning af koden fra > Oracle > >> til > >> >> >> apache, men også at udskifte ugyldigt licenserede biblioteker for > >> >> >> succesfuldt at møde Apache licens krav. Nu er vores Apache > OpenOffice > >> >> kilde > >> >> >> code frit tilgængeligt for projekter og organisationer." > >> >> >> > + > >> >> >> > +"Vi er meget stolte af denne vigtige milepæl og byder > OpenOffice > >> >> >> velkommen i vores fold af verdens ledende Apache projekter," > tilføjer > >> >> >> Gardler. > >> >> >> > + > >> >> >> > +Tilgængelighed og Styring > >> >> >> > +Apache OpenOffice er tilgængelig gratis for enhver bruger og > >> formål, > >> >> og > >> >> >> kan downloades fra http://openoffice.org. Productet downloades et > >> >> >> ubegrænset antal gange på¨PC for et ubegrænset antal af brugere - > >> HELT > >> >> >> GRATIS fri for alle licens afgifter. Projektet har en stærk > >> fokusering > >> >> på > >> >> >> at støtte open standards, fra ODF (der først implementerede > ISO/IEC > >> >> 26300) > >> >> >> til fremtidige planer for CMIS, OpenSocial, og OData. > >> >> >> > + > >> >> >> > +Som med al Apache software, er Apache OpenOffice software > released > >> >> >> under Apache Licens v2.0, og bliver kontrolleret af et selv valgt > >> team > >> >> af > >> >> >> aktive bidragsydere til projektet. En Projekt Ledelses Kommitte > (PLK) > >> >> >> guidesr Projektets dag-til-dag opgaver, inklusive samfunds > udvikling > >> og > >> >> >> produkt releases. Information om Apache OpenOffice kilde dode, > >> >> >> dokumentation, e-mail lister, dettilhørende resourcer, og veje > til at > >> >> >> deltage er tilgængelige på http://openoffice.apache.org/. > >> >> >> > + > >> >> >> > +Om Apache Software Foundation (ASF) > >> >> >> > +Etableret i 1999, en helt frivilligt fundament kontrollerer > næsten > >> >> >> femhundrede ledende Open Source projekter, inklusive Apache HTTP > >> Server > >> >> — > >> >> >> verdens mest populære Web server software. Igennem ASF udvidede > >> >> >> demokratiske proces kendt som "The Apache Way", med mere end 400 > >> >> >> individuelle medlemmer og 3.500 "Committers" successfuldt at > >> samarbejde > >> >> for > >> >> >> at udvikle frit tilgængelig virksomheds egnet software, tilgodeser > >> >> >> millioner at brugere over hele verden: tusinder af software > løsninger > >> >> >> distribueres under Apache Licensen; og samfundet deltager aktivt i > >> ASF > >> >> >> e-mail lister, motiveret initiativer, og ApacheCon, Foundation > >> >> officielle > >> >> >> bruger konference træning, og udstilling. ASF er i USA 501(3)(c) > >> >> >> not-for-profit charity, grundlagt af individuelle donorer og > >> sponsorer > >> >> af > >> >> >> firmaer inkluderende AMD, Basis Teknologi, Citrix, Cloudera, > >> Facebook, > >> >> Go > >> >> >> Daddy, Google, HP, Hortonworks, Huawei, IBM, InMotion Hosting, > Matt > >> >> >> Mullenweg, Microsoft, PSW Group, SpringSource/VMware, WANdisco, og > >> >> Yahoo!. > >> >> >> For m > >> >> >> > ere information, besøgt http://www.apache.org/ eller følg > >> @TheASF på > >> >> >> Twitter. > >> >> >> > + > >> >> >> > +"Apache", "OpenOffice", "Apache OpenOffice", og "ApacheCon" er > >> >> >> varemærker af Apache Software Foundation. Alle andre mærker og > >> >> varemærker > >> >> >> ejes af de respektive ejere. > >> >> >> > + > >> >> >> > <h2>Den danske version af OpenOffice 3.4 er under > >> >> >> udarbejdelse</h2> > >> >> >> > > >> >> >> > <p> > >> >> >> > > >> >> >> > >> >> > >> >