Skip to main content

Connexions Nebu publishing utility

Project description

CNX Nebu Publishing Utility

This is a command-line interface for interacting with connexions content. The tools is primarily used to publish content to the cnx.org website.

This software requires:

  • Python >= 3.5

  • JRE >= 6

Install

  1. Install python3 (on OSX you can run brew install python3)

  2. Run pip3 install --upgrade pip setuptools in a terminal to upgrade python tools

  3. Run pip3 install nebuchadnezzar in a terminal

  4. Run neb --help to verify the application is installed

Development

Install

  1. Install python3 (on OSX you can run brew install python3)

  2. Install virtualenv (on OSX you can run pip3 install virtualenv)

  3. Initialize the python virtual environment:

    1. virtualenv ./venv/ --python=python3.5

    2. source ./venv/bin/activate

    3. pip3 install --upgrade pip setuptools

    4. python setup.py develop

Developer Run

  1. Open up a new terminal

  2. source ./venv/bin/activate

  3. Now you can run various commands:

    • neb --help for help with the various commands

Configuring an Editor

Preparation

  1. Install https://atom.io

Install (with automatic Atom config)

  1. Start up Atom

  2. Install the linter-autocomplete-jing package

  3. Type <kbd>⌘</kbd>+<kbd>,</kbd> (for Mac) to open Settings (or click Atom, Preferences… in the menu bar)

    1. Click Install in the left-hand-side

    2. Enter linter-autocomplete-jing and click Install

    3. Alternative: run apm install linter-autocomplete-jing from the commandline

  4. Run neb atom-config (NOTE: This will overwrite your Atom config file. If you’d prefer updating the config file yourself, see ‘Manual Atom config’ below.)

  5. Restart Atom

  6. Open an unzipped complete-zip. (I run atom ~/Downloads/col1234_complete From a terminal)

  7. Verify by opening an index.cnxml file and typing in <figure> somewhere in the file. You should see a red flag near the tag that says RNG: element "figure" missing required attribute "id".

Manual Atom config

This step is only necessary if you didn’t run neb atom-config above. After completing this step, resume the instructions above from the ‘Restart Atom’ step.

Add the following to your Atom configuration by clicking Atom, Config in the menu bar and copying and pasting the below (NOTE: indentation is important):

"*":
  core:
    customFileTypes:

      # Add this to the bottom of the customFileTypes area.
      # Note: Indentation is important!
      "text.xml": [
        "index.cnxml"
      ]


  # And then this to the bottom of the file
  # 1. Make sure "linter-autocomplete-jing" only occurs once in this file!
  # 1. make sure it is indented by 2 spaces just like it is in this example.

  "linter-autocomplete-jing":
    displaySchemaWarnings: true
    rules: [
      {
        priority: 1
        test:
          pathRegex: ".cnxml$"
        outcome:
          schemaProps: [
            {
              lang: "rng"
              path: "~/.neb/cnxml-validation/cnxml/xml/cnxml/schema/rng/0.7/cnxml-jing.rng"
            }
          ]
      }
    ]

License

This software is subject to the provisions of the GNU Affero General Public License Version 3.0 (AGPL). See LICENSE.txt for details. Copyright (c) 2016-2018 Rice University

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nebuchadnezzar-6.1.0-py3-none-any.whl (27.6 kB view details)

Uploaded Python 3

File details

Details for the file nebuchadnezzar-6.1.0-py3-none-any.whl.

File metadata

  • Download URL: nebuchadnezzar-6.1.0-py3-none-any.whl
  • Upload date:
  • Size: 27.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.19.2 CPython/3.5.2

File hashes

Hashes for nebuchadnezzar-6.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3c9ed17ad7a0a10c85c7bccc25733b9d97d3bb4e4851dc7b07237670b0729790
MD5 58f08fc4ed13a9fb99f198ddb8dbe8a1
BLAKE2b-256 304692b8840cdd6d0ae215b994400b20af66e6315817b3449fecaee614592847

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page