Difference between revisions of "Nodau"

From Free Software Directory
Jump to: navigation, search
(Undo revision 55214 by Bendikker (talk))
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Node-contextify
+
|Name=nodau
|Short description=turn an object into a persistent execution context
+
|Short description=A simple console note taking program.
|Full description=Contextify is a NodeJS module that lets you to turn an object
+
|Full description=nodau is a simple console based note taking program, it allows you to easily create,
into a persistent V8 execution context.
+
edit, and view notes, and search them by name or date.
 
+
|Homepage URL=https://github.com/darkrose/nodau/
A contextified object acts as the global 'this' when executing
+
|Is High Priority Project=No
scripts in its context. Contextify adds 3 methods to the
+
|Decommissioned or Obsolete=No
contextified object:  - run(code, filename);  - getGlobal();  -
+
|Version identifier=0.3.8
dispose(). The main difference between Contextify and Node's vm
+
|Version date=2016/11/07
methods is that Contextify allows asynchronous functions to
+
|Version status=stable
continue executing in the Contextified object's context.
+
|Version download=https://github.com/darkrose/nodau/archive/v0.3.8.tar.gz
|Homepage URL=https://github.com/brianmcd/contextify
+
|Last review by=Bendikker
|User level=
+
|Last review date=2018/11/22
|Component programs=
+
|Submitted by=Darkrose
|VCS checkout command=
+
|Submitted date=2011/10/01
|Computer languages=
+
|Paid support=https://www.fsf.org/resources/service/
|Status=
+
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
|Version identifier=0.1.6-1
 
|Version download=http://ftp.debian.org/debian/pool/main/n/node-contextify/node-contextify_0.1.6.orig.tar.gz
 
|Submitted by=Debian import
 
|Submitted date=2015-07-17
 
 
}}
 
}}
{{Import
+
{{Project license
|Source=Debian
+
|License=GPLv3orlater with exception
|Source link=http://packages.debian.org/sid/node-contextify
+
|License copyright=Copyright (C) Lisa Milne 2010-2013 <lisa@ltmnet.com>
|Source packages=node-contextify 0.1.6-1
+
|License verified by=Bendikker
|Date=2015-07-17
+
|License verified date=2018/11/22
 +
|License note=with OpenSSL exception
 
}}
 
}}
{{Project license
+
{{Person
|License=Other
+
|Real name=Lisa Milne
|License copyright=Copyright © 2011, Brian McDaniel <brianmcd05@gmail.com>
+
|Role=Developer
|License verified by=Debian: Laszlo Boszormenyi (GCS) <gcs@debian.org>
+
|Email=lisa@ltmnet.com
|License verified date=2013-09-16
+
}}
|License note=License: mit
+
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/nodau
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/darkrose/nodau/
 +
}}
 +
{{Software category
 +
|Interface=command-line, console, text
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 +
|Text-creation=editor
 +
|Use=editing, organizing, text-creation
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=[[glibc]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=[[ncurses]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=[[openssl]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=[[sqlite]] 3
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 09:12, 22 November 2018


[edit]

nodau

https://github.com/darkrose/nodau/
A simple console note taking program.

nodau is a simple console based note taking program, it allows you to easily create, edit, and view notes, and search them by name or date.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

22 November 2018

Notes

with OpenSSL exception




Leaders and contributors

Contact(s)Role
Lisa Milne Developer


Resources and communication

AudienceResource typeURI
Debian (Ref)https://tracker.debian.org/pkg/nodau
VCS Repository Webviewhttps://github.com/darkrose/nodau/


Software prerequisites

KindDescription
Source requirementsqlite 3
Source requirementglibc
Source requirementncurses
Source requirementopenssl




Entry










"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.