Giter Club home page Giter Club logo

Comments (12)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024

Original comment by [email protected] on 28 Mar 2007 at 5:53

from openmeetings.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
please also do add a wiki page describing your steps in translating

so that contributors have a guide how to translate the app into another language

Original comment by [email protected] on 28 Mar 2007 at 5:53

from openmeetings.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024

Original comment by [email protected] on 28 Mar 2007 at 7:02

  • Added labels: Milestone-Release0.5

from openmeetings.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
the xml files should go into the webapp folder.
the config values and default startup values should be externatlized too.
They can be found in:
http://openmeetings.googlecode.com/svn/branches/dev/xmlcrm/java/src/test/org/xml
crm/test/basic/StartUpData.java
The missing thing is that there must be a servlet which can be invoked to load 
all
default values into database.
Basically you just have to add an entry in the servlet mappings and add a simple
servlet-class in the package: 
*org.xmlcrm.servlet.outputhandler*
there you can see also two other servlets that might help you.
then you need to add this new servlet as an entry in the web.xml in 
webapp/xmlcrm/WEB-INF/web.xml
should look similar too the downloadServlet:
    <servlet>
        <servlet-name>DownloadHandler</servlet-name>
        <servlet-class>org.xmlcrm.servlet.outputhandler.DownloadHandler</servlet-class>
    </servlet>

    <servlet-mapping>
        <servlet-name>DownloadHandler</servlet-name>
        <url-pattern>/DownloadHandler</url-pattern>
    </servlet-mapping>


Original comment by [email protected] on 22 Apr 2007 at 9:21

from openmeetings.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
And why we don't use this method :
http://wiki.openlaszlo.org/Localization_Notes_For_Laszlo_Apps ?
A separate file downloaded at the runtime.
We will have less problems that with the database.

You have maybe some problems with this method ?

Original comment by [email protected] on 2 May 2007 at 9:15

from openmeetings.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
We will have less problems that with the database.
=> i don't have problems with the database

I would have to alter the hole application cause it loads the language from the
remote-methods at the moment.

Original comment by [email protected] on 2 May 2007 at 9:28

from openmeetings.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
I don't have problems with the database too, but this add some traffic with 
red5 and
database whereas download a file consumes less resources.

Okay, I understand that several changes are needed to implement this, it's not
critical now, forget my idea.

Original comment by [email protected] on 2 May 2007 at 9:49

from openmeetings.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024

Original comment by [email protected] on 9 May 2007 at 11:39

  • Added labels: Priority-Blocker
  • Removed labels: Priority-Medium

from openmeetings.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
basically all language is now into xml and can be loaded with an
online-installation-servlet

Original comment by [email protected] on 15 May 2007 at 11:04

  • Changed state: Fixed

from openmeetings.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
Hi,everyone!
May I ask you a question?
The record part of openmeetings is a/v (+events) defaulted, How could I add
whiteboard and chat parts to recording ? Should I modified some code of 
openmeetings?
I have been researching this for 2 days, and very puzzled. So your any answer 
will be
very appreciated, Tks very much!

Original comment by [email protected] on 16 Jul 2009 at 5:46

from openmeetings.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
hello can you please use the mailing list?

Original comment by [email protected] on 16 Jul 2009 at 6:39

from openmeetings.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024

Original comment by [email protected] on 29 Aug 2011 at 7:57

  • Added labels: Restrict-AddIssueComment-Commit

from openmeetings.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.