Installation •Documentation •Demo •Discord server
Share some information on how you use Tandoor to help me improve the application Google Survey
This application is meant for people with a collection of recipes they want to share with family and friends or simplystore them in a nicely organized way. A basic permission system exists but this application is not meant to be run asa public page.Documentation can be found here.
While this application has been around for a while and is actively used by many (including myself), it is still consideredbeta software that has a lot of rough edges and unpolished parts.
Beginning with version 0.10.0 the code in this repository is licensed under the GNU AGPL v3 license with ancommon clause selling exception. See LICENSE.md for details.
NOTE: There appears to be a whole range of legal issues with licensing anything else then the standard completely open licenses.I am in the process of getting some professional legal advice to sort out these issues.Please also see Issue 238 for some discussion and reasoning regarding the topic.
Reasoning
This software and all its features are and will always be free for everyone to use and enjoy.
The reason for the selling exception is that a significant amount of time was spend over multiple years to develop this software.A payed hosted version which will be identical in features and code base to the software offered in this repository willlikely be released in the future (including all features needed to sell a hosted version as they might also be useful for personal use).This will not only benefit me personally but also everyone who self-hosts this software as any profits made trough selling the hosted optionallow me to spend more time developing and improving the software for everyone. Selling exceptions are approved by Richard Stallman and thecommon clause license is very permissive (see the FAQ).
提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档 前言 关于设置页面的样式,调整页面风格。 提示:以下是本篇文章正文内容,下面案例可供参考 一、设置电子表格的元数据和活动工作表 设置元数据 PhpSpreadsheet 允许一种简单的方法来设置电子表格的元数据,使用 文档属性访问器。电子表格元数据可用于 在文件存储库或文档中查找特定文档 管理体系。例如,Microsoft Shar
https://my.oschina.net/linuxhunter/blog/736203 1、变量赋值和操作。 使用=或者+=或者_append或者_prepend进行赋值操作。 2、函数定义。函数体内可以是bash语法或python语法 do_install { …... } 3、关键字。 inherit:包含通用的函数,比如:inherit autoconf