unbindery | Abandoned PHP/Javascript web app
kandi X-RAY | unbindery Summary
kandi X-RAY | unbindery Summary
unbindery is a PHP library. unbindery has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
A web app for crowdsourcing transcription, written in PHP and JavaScript. Licensed under the MIT license.
A web app for crowdsourcing transcription, written in PHP and JavaScript. Licensed under the MIT license.
Support
Quality
Security
License
Reuse
Support
unbindery has a low active ecosystem.
It has 12 star(s) with 2 fork(s). There are 4 watchers for this library.
It had no major release in the last 6 months.
There are 43 open issues and 10 have been closed. On average issues are closed in 1 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of unbindery is current.
Quality
unbindery has no bugs reported.
Security
unbindery has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
unbindery is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
unbindery releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed unbindery and discovered the below as its top functions. This is intended to give you an instant insight into unbindery implemented functionality, and help decide if they suit your requirements.
- Item proof
- Show user dashboard
- List available projects
- Does the difference between two strings .
- Compiles the constructor .
- Returns the value of an attribute .
- Get the next available item
- Get available projects
- Parses a nested scalar .
- Parses a test .
Get all kandi verified functions for this library.
unbindery Key Features
No Key Features are available at this moment for unbindery.
unbindery Examples and Code Snippets
No Code Snippets are available at this moment for unbindery.
Community Discussions
No Community Discussions are available at this moment for unbindery.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install unbindery
Clone this repository or unpack the files.
Create a database and user in MySQL.
Copy config.sample.yaml to config.yaml and edit it.
If you want to transcribe audio, install ffmpeg and set the path to it in config.yaml.
Create the directory htdocs/media and give your web server (Apache, nginx, etc.) write rights to it.
Set your web server to point to htdocs for the site's document root.
In your php.ini, set upload_max_filesize to something big enough (128M, etc.).
In your php.ini, set post_max_filesize to something big enough (128M, etc.).
In your php.ini, set max_file_uploads to something big enough (200, etc.).
Go to /install in your browser and create an admin account.
After installation, you'll end up on the dashboard. You can create a new project from here, or later from the Admin page. There are two project types:.
System: These go under /projects/[slug]. Generally intended for where the installation is for a single project (like the Mormon Texts Project).
User: These go under /users/[username]/projects/[slug]. Mostly intended for small private projects. (But they don't have to be private or small.)
User: proofers and reviewers
Creator: can create user projects
Admin: site admin, can create system projects and user projects
Project Members: This is for adding users to private projects, adding reviewers and admins, and removing people from projects. Type in the username, choose the role, and click Add. To remove a user, click the X to the right of their name.
Custom Item Fields: If you want to add extra fields for users to fill out while transcribing, this is the place. See the examples.
Status: Can be Pending, Active, or Completed. Only active projects show up on the projects page.
Workflow: For now, leave as @proofer, @proofer, @reviewer.
Characters: Space-separated list of characters to be put in the character pad (on the proofing page).
Download Template: The template for each item when downloading a final transcript. Variables can be included using double curly brackets. Available variables: {{ transcript }} -- the transcript itself (if there are reviews, this collates each item's reviews; if there are only proofs, this collates each item's proofs) {{ item.title }} -- the item title {{ item.id }} -- the item ID # {{ item.type }} -- the item type (page, audio, etc.) {{ item.status }} -- the item status {{ item.href }} -- the item href (URL for filename) {{ project.title }} -- the project title {{ project.public }} -- the project's visibility (public or private) {{ project.slug }} -- the project slug {{ project.language }} -- the project language {{ project.description }} -- the project description {{ project.owner }} -- the project owner (a username) {{ project.status }} -- the project status {{ project.guidelines }} -- the project guidelines {{ proofers }} -- a comma-separated list of the users who proofed this item {{ reviewers }} -- a comma-separated list of the users who reviewed this item {{ fields.field\_slug }} -- the fields filled out by the user (the field slug is generated by taking the field name, lowercasing it, and replacing spaces with underscores -- for example, "Page Number" becomes "page_number")
Page: JPEG/PNG/GIF images
Audio: MP3 files
Project Guidelines: show guidelines for the project (if any have been set up)
Characters: toggle a character pad where you can easily add characters that are hard to type
Save draft: save the current transcript as a draft and return to the dashboard
Finish: finish the current transcript and return to the dashboard
Finish & Continue: finish the current transcript and proof the next item
Create a database and user in MySQL.
Copy config.sample.yaml to config.yaml and edit it.
If you want to transcribe audio, install ffmpeg and set the path to it in config.yaml.
Create the directory htdocs/media and give your web server (Apache, nginx, etc.) write rights to it.
Set your web server to point to htdocs for the site's document root.
In your php.ini, set upload_max_filesize to something big enough (128M, etc.).
In your php.ini, set post_max_filesize to something big enough (128M, etc.).
In your php.ini, set max_file_uploads to something big enough (200, etc.).
Go to /install in your browser and create an admin account.
After installation, you'll end up on the dashboard. You can create a new project from here, or later from the Admin page. There are two project types:.
System: These go under /projects/[slug]. Generally intended for where the installation is for a single project (like the Mormon Texts Project).
User: These go under /users/[username]/projects/[slug]. Mostly intended for small private projects. (But they don't have to be private or small.)
User: proofers and reviewers
Creator: can create user projects
Admin: site admin, can create system projects and user projects
Project Members: This is for adding users to private projects, adding reviewers and admins, and removing people from projects. Type in the username, choose the role, and click Add. To remove a user, click the X to the right of their name.
Custom Item Fields: If you want to add extra fields for users to fill out while transcribing, this is the place. See the examples.
Status: Can be Pending, Active, or Completed. Only active projects show up on the projects page.
Workflow: For now, leave as @proofer, @proofer, @reviewer.
Characters: Space-separated list of characters to be put in the character pad (on the proofing page).
Download Template: The template for each item when downloading a final transcript. Variables can be included using double curly brackets. Available variables: {{ transcript }} -- the transcript itself (if there are reviews, this collates each item's reviews; if there are only proofs, this collates each item's proofs) {{ item.title }} -- the item title {{ item.id }} -- the item ID # {{ item.type }} -- the item type (page, audio, etc.) {{ item.status }} -- the item status {{ item.href }} -- the item href (URL for filename) {{ project.title }} -- the project title {{ project.public }} -- the project's visibility (public or private) {{ project.slug }} -- the project slug {{ project.language }} -- the project language {{ project.description }} -- the project description {{ project.owner }} -- the project owner (a username) {{ project.status }} -- the project status {{ project.guidelines }} -- the project guidelines {{ proofers }} -- a comma-separated list of the users who proofed this item {{ reviewers }} -- a comma-separated list of the users who reviewed this item {{ fields.field\_slug }} -- the fields filled out by the user (the field slug is generated by taking the field name, lowercasing it, and replacing spaces with underscores -- for example, "Page Number" becomes "page_number")
Page: JPEG/PNG/GIF images
Audio: MP3 files
Project Guidelines: show guidelines for the project (if any have been set up)
Characters: toggle a character pad where you can easily add characters that are hard to type
Save draft: save the current transcript as a draft and return to the dashboard
Finish: finish the current transcript and return to the dashboard
Finish & Continue: finish the current transcript and proof the next item
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