konopas | friendly guides for conventions , with all sorts of spiffy
kandi X-RAY | konopas Summary
kandi X-RAY | konopas Summary
konopas is a JavaScript library. konopas has no bugs, it has no vulnerabilities and it has low support. However konopas has a Non-SPDX License. You can install using 'npm i konopas' or download it from GitHub, npm.
[KonOpas] is a front end for the programme of a convention, conference or any other single- or multi-track event. It’s written in JavaScript, and it works in practically all modern browsers, including those on mobile phones. It can use HTML5 caching to make itself available even without a live net connection, and it remembers your item selections across sessions. The hosting requirements for KonOpas are minimal, as all the processing is done by the browser; all the files are served statically. Some back-end scripting may be required if you require live updates of the programme during the event. Built and tested for a growing number of large and small conventions and conferences, KonOpas is about as easy to use as possible. With automatic filter rule generation from your data, KonOpas can be set up for your event by just adding your name and logo to an HTML file, along with pointers to your programme and participant data. The open-source KonOpas client can also talk with a dedicated KonOpas server. The server enables item sync across different browsers, devices and calendar apps; item-specific voting and commenting; and allows the event organisers to track which items were the most popular. To enable server access for your event, please get in touch with us at info@konopas.org. For links to example instances of KonOpas, take a look at the links from our [website][KonOpas].
[KonOpas] is a front end for the programme of a convention, conference or any other single- or multi-track event. It’s written in JavaScript, and it works in practically all modern browsers, including those on mobile phones. It can use HTML5 caching to make itself available even without a live net connection, and it remembers your item selections across sessions. The hosting requirements for KonOpas are minimal, as all the processing is done by the browser; all the files are served statically. Some back-end scripting may be required if you require live updates of the programme during the event. Built and tested for a growing number of large and small conventions and conferences, KonOpas is about as easy to use as possible. With automatic filter rule generation from your data, KonOpas can be set up for your event by just adding your name and logo to an HTML file, along with pointers to your programme and participant data. The open-source KonOpas client can also talk with a dedicated KonOpas server. The server enables item sync across different browsers, devices and calendar apps; item-specific voting and commenting; and allows the event organisers to track which items were the most popular. To enable server access for your event, please get in touch with us at info@konopas.org. For links to example instances of KonOpas, take a look at the links from our [website][KonOpas].
Support
Quality
Security
License
Reuse
Support
konopas has a low active ecosystem.
It has 23 star(s) with 17 fork(s). There are 5 watchers for this library.
It had no major release in the last 12 months.
There are 12 open issues and 7 have been closed. On average issues are closed in 72 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of konopas is 0.7.2
Quality
konopas has 0 bugs and 0 code smells.
Security
konopas has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
konopas code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
konopas has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
konopas releases are available to install and integrate.
Deployable package is available in npm.
Installation instructions, examples and code snippets are available.
konopas saves you 569 person hours of effort in developing the same functionality from scratch.
It has 1329 lines of code, 24 functions and 23 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of konopas
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of konopas
konopas Key Features
No Key Features are available at this moment for konopas.
konopas Examples and Code Snippets
No Code Snippets are available at this moment for konopas.
Community Discussions
No Community Discussions are available at this moment for konopas.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install konopas
As KonOpas is a front end for your event’s programme, you’ll need to actually manage your programme with a different tool. So far we’ve got built-in integration with at least [Conference Planner]/[Grenadine] and [Zambia], with more to come. For smaller events, a simple [PHP script] is available for fetching data from a publicly readable Google Drive Spreadsheet and converting it to the [KonOpas format][KO-fmt]. [Conference Planner]: http://sourceforge.net/projects/conferenceplan/ [Grenadine]: http://events.grenadine.co/ [Zambia]: http://sourceforge.net/projects/zambia/ [PHP script]: https://github.com/eemeli/konopas/tree/master/util/gdrive2js [KO-fmt]: http://konopas.org/data-fmt. To get started, you should download the [latest release of KonOpas][KO-latest], which includes the compiled & minified Javascript and CSS files. Alternatively, if you clone the [repository][KO-repo], you’ll have a much easier time of making changes to the skin or hacking the Javascript source, but you’ll need to compile the code yourself---instructions for that are in the following section. [KO-latest]: https://github.com/eemeli/konopas/releases/latest [KO-repo]: https://github.com/eemeli/konopas. In the zip file, you’ll find the distribution version of KonOpas in the dist/ folder; this is what you’ll need to deploy on your own server. Once you’ve got your programme data in the [proper format][KO-fmt], you should just change the <script> tags at the bottom of index.html to point to your data, and open the page in a web browser. If all goes well, you should see your programme nearly ready to use! If there are problems, the first place to look for more information is your browser’s developer console. To start customizing KonOpas for your event, edit the HTML file by replacing stand-in phrases like KonOpas Sample Guide and CONVENTION as appropriate. The title and title-small images are the logo that’s displayed at the top of the page; there are two as you may wish to use a different graphic for the wide and narrow-aspect layouts. Near the bottom of the file you’ll find the KonOpas instantiation, with optional [customizations][KO-cfg]. For more in-depth changes such as changes to the color scheme or fonts, you’ll need to edit the skin/*.less files and recompile them into CSS. For internationalization and other needs, we have a few other [utilities][KO-util] available. The HTML5 [cache manifest] is by default not enabled, as it makes testing and development a bit of a hassle. To enable, you should update the contents of konopas.appcache to match your deployment and add a reference to it in the <html> tag. Do check that your server is properly serving it with the text/cache-manifest MIME type, and that the manifest doesn’t include itself (debugging a bad manifest can be tricky). [KO-cfg]: http://konopas.org/config [KO-util]: http://konopas.org/util/ [cache manifest]: http://en.wikipedia.org/wiki/Cache_manifest_in_HTML5.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page