Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2021-09-21 Thread Majewski, Steven Dennis (sdm7g)
In our plugins/local/public, I just put a static html file into 
local/plugin/assets/ and then add a link to it in 
local/public/views/layout_head.html.erb:

  $( 'section#navigation >nav.navbar ul.nav ').append( 'HELP’);




> On Sep 21, 2021, at 11:19 AM, Peter Heiner  wrote:
> 
> Hi all,
> 
> While this will probably solve Amy's problem, it may not be a good idea for a 
> busy site to use the whole RoR stack to do this.
> It would probably be better to use Middlemanto generate static pages using 
> the AS partials and serve them using Apache or similar.
> 
> p
> From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
>  on behalf of Kara 
> Hart 
> Sent: 21 September 2021 16:07
> To: Archivesspace Users Group 
> ; Amy Winter 
> 
> Subject: Re: [Archivesspace_Users_Group] Add a static web page to 
> ArchivesSpace PUI?
>  
> Hi Amy, I still have a copy of the original I can share with you.
> 
> Kara
> ~ Kara S. Hart 
> Systems Librarian - Library & Technology Services  -  Wellesley College
> 
> 
> On Mon, Sep 20, 2021 at 6:13 PM Amy Winter  <mailto:amywin...@unm.edu>> wrote:
> Does anyone know where I could get a copy of the plugin/template to add a 
> static page, referred to in the 2019 post from James, below.  The repo is 
> gone and not in the Wayback Machine either:  
> https://github.com/hudmol/static_pages 
> <https://github.com/hudmol/static_pages>  
>  
> I can’t find any other reference to this in the list archives or on Google.
>  
> Thanks for any help,
>  
> Amy E. Winter
> Library Information Technology
> University of New Mexico
> 505.277.1233
>  
>  
> [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?
> 
> James Bullen james at hudmol.com  
> <mailto:archivesspace_users_group%40lyralists.lyrasis.org?Subject=Re%3A%20%5BArchivesspace_Users_Group%5D%20Add%20a%20static%20web%20page%20to%0A%20ArchivesSpace%20PUI%3F=%3C179E90E2-E4C7-40C4-8D7A-40DFBE49ACE3%40hudmol.com%3E>
> Mon Oct 28 18:02:16 EDT 2019
> Previous message: [Archivesspace_Users_Group] Add a static web page to 
> ArchivesSpace PUI?  
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/007046.html>
> Next message: [Archivesspace_Users_Group] Add a static web page to 
> ArchivesSpace PUI?  
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/007048.html>
> Messages sorted by: [ date ] 
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/date.html#7047>
>  [ thread ] 
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/thread.html#7047>
>  [ subject ] 
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/subject.html#7047>
>  [ author ] 
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/author.html#7047>
> Hi Kara,
>  
> This seemed like a useful thing that I don’t think exists yet, so I made a 
> plugin to do it:
>  
> https://github.com/hudmol/static_pages 
> <https://github.com/hudmol/static_pages> 
> <https://github.com/hudmol/static_pages 
> <https://github.com/hudmol/static_pages>>
>  
> Maybe it can be a useful starting point.
>  
>  
> Cheers,
> James
>  
>  
>  
> > On Oct 28, 2019, at 3:52 PM, Kara Hart  > <http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group>> 
> > wrote:
> > 
> > Hi all,
> > I want to be able to add static web pages to ArchivesSpace.  I'd like to 
> > incorporate the header, top nav, and footer and be able to just add what I 
> > want in the middle.  I'm basically hoping to create general FAQ, search 
> > help, about pages that live in my ArchivesSpace local plugin.  Is this 
> > possible? 
> > 
> > I did find a way to add a page by putting a .html doc into 
> > /archivesspace/plugins/local/public/assets, but I have to manually copy in 
> > the head, navigation, header, and footer, which is obviously not ideal for 
> > updating and probably other reasons.  
> > 
> > If there isn't a way to do this, where is the proper place to suggest this 
> > enhancement?  Should I create a new feature request in Jira the project 
> > ANW? 
> > (https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&=
> >  
> > <https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&=>
> >  
> > <https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&=
> >  
> > <https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&a

Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2021-09-21 Thread Peter Heiner
Hi all,

While this will probably solve Amy's problem, it may not be a good idea for a 
busy site to use the whole RoR stack to do this.
It would probably be better to use Middlemanto generate static pages using the 
AS partials and serve them using Apache or similar.

p

From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
 on behalf of Kara 
Hart 
Sent: 21 September 2021 16:07
To: Archivesspace Users Group 
; Amy Winter 

Subject: Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace 
PUI?

Hi Amy, I still have a copy of the original I can share with you.

Kara

~ Kara S. Hart

Systems Librarian - Library & Technology Services
-
Wellesley College


On Mon, Sep 20, 2021 at 6:13 PM Amy Winter 
mailto:amywin...@unm.edu>> wrote:

Does anyone know where I could get a copy of the plugin/template to add a 
static page, referred to in the 2019 post from James, below.  The repo is gone 
and not in the Wayback Machine either:  https://github.com/hudmol/static_pages



I can’t find any other reference to this in the list archives or on Google.



Thanks for any help,



Amy E. Winter

Library Information Technology

University of New Mexico

505.277.1233





[Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

James Bullen james at hudmol.com 
<mailto:archivesspace_users_group%40lyralists.lyrasis.org?Subject=Re%3A%20%5BArchivesspace_Users_Group%5D%20Add%20a%20static%20web%20page%20to%0A%20ArchivesSpace%20PUI%3F=%3C179E90E2-E4C7-40C4-8D7A-40DFBE49ACE3%40hudmol.com%3E>
Mon Oct 28 18:02:16 EDT 2019

  *   Previous message: [Archivesspace_Users_Group] Add a static web page to 
ArchivesSpace PUI? 
<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/007046.html>
  *   Next message: [Archivesspace_Users_Group] Add a static web page to 
ArchivesSpace PUI? 
<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/007048.html>
  *   Messages sorted by: [ date 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/date.html#7047>
 [ thread 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/thread.html#7047>
 [ subject 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/subject.html#7047>
 [ author 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/author.html#7047>



Hi Kara,



This seemed like a useful thing that I don’t think exists yet, so I made a 
plugin to do it:



https://github.com/hudmol/static_pages <https://github.com/hudmol/static_pages>



Maybe it can be a useful starting point.





Cheers,

James







> On Oct 28, 2019, at 3:52 PM, Kara Hart  wellesley.edu<http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group>>
>  wrote:

>

> Hi all,

> I want to be able to add static web pages to ArchivesSpace.  I'd like to 
> incorporate the header, top nav, and footer and be able to just add what I 
> want in the middle.  I'm basically hoping to create general FAQ, search help, 
> about pages that live in my ArchivesSpace local plugin.  Is this possible?

>

> I did find a way to add a page by putting a .html doc into 
> /archivesspace/plugins/local/public/assets, but I have to manually copy in 
> the head, navigation, header, and footer, which is obviously not ideal for 
> updating and probably other reasons.

>

> If there isn't a way to do this, where is the proper place to suggest this 
> enhancement?  Should I create a new feature request in Jira the project ANW? 
> (https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&= 
> <https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&=>)

>

> Thanks for any help,

> Kara

>

>

> ~~~ Kara S. Hart

> Systems Librarian - Library & Technology Services - Wellesley College

>

>

> !DSPAM:5db7471d288581084719066! 
> ___

> Archivesspace_Users_Group mailing list

> Archivesspace_Users_Group at 
> lyralists.lyrasis.org<http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group>

> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group

>

>

> !DSPAM:5db7471d288581084719066!



___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org<mailto:Archivesspace_Users_Group@lyralists.lyrasis.org>
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2021-09-21 Thread Kara Hart
Hi Amy, I still have a copy of the original I can share with you.

Kara

~ Kara S. Hart
Systems Librarian - Library & Technology Services
-
Wellesley College


On Mon, Sep 20, 2021 at 6:13 PM Amy Winter  wrote:

> Does anyone know where I could get a copy of the plugin/template to add a
> static page, referred to in the 2019 post from James, below.  The repo is
> gone and not in the Wayback Machine either:
> https://github.com/hudmol/static_pages
>
>
>
> I can’t find any other reference to this in the list archives or on Google.
>
>
>
> Thanks for any help,
>
>
>
> Amy E. Winter
>
> Library Information Technology
>
> University of New Mexico
>
> 505.277.1233
>
>
>
>
> [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?
>
> *James Bullen* james at hudmol.com
> 
> *Mon Oct 28 18:02:16 EDT 2019*
>
>- Previous message: [Archivesspace_Users_Group] Add a static web page
>to ArchivesSpace PUI?
>
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/007046.html>
>- Next message: [Archivesspace_Users_Group] Add a static web page to
>ArchivesSpace PUI?
>
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/007048.html>
>- *Messages sorted by:* [ date ]
>
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/date.html#7047>
>  [
>thread ]
>
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/thread.html#7047>
>  [
>subject ]
>
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/subject.html#7047>
>  [
>author ]
>
> <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/author.html#7047>
>
> --
>
> Hi Kara,
>
>
>
> This seemed like a useful thing that I don’t think exists yet, so I made a 
> plugin to do it:
>
>
>
> https://github.com/hudmol/static_pages 
> <https://github.com/hudmol/static_pages>
>
>
>
> Maybe it can be a useful starting point.
>
>
>
>
>
> Cheers,
>
> James
>
>
>
>
>
>
>
> >* On Oct 28, 2019, at 3:52 PM, Kara Hart  ><http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group>> 
> >wrote:*
>
> >
>
> >* Hi all,*
>
> >* I want to be able to add static web pages to ArchivesSpace.  I'd like to 
> >incorporate the header, top nav, and footer and be able to just add what I 
> >want in the middle.  I'm basically hoping to create general FAQ, search 
> >help, about pages that live in my ArchivesSpace local plugin.  Is this 
> >possible? *
>
> >
>
> >* I did find a way to add a page by putting a .html doc into 
> >/archivesspace/plugins/local/public/assets, but I have to manually copy in 
> >the head, navigation, header, and footer, which is obviously not ideal for 
> >updating and probably other reasons.  *
>
> >
>
> >* If there isn't a way to do this, where is the proper place to suggest this 
> >enhancement?  Should I create a new feature request in Jira the project ANW? 
> >(https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&= 
> ><https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&=>
> > 
> ><https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&= 
> ><https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&=>>)*
>
> >
>
> >* Thanks for any help,*
>
> >* Kara*
>
> >
>
> >
>
> >* ~~~ Kara S. Hart *
>
> >* Systems Librarian - Library & Technology Services - Wellesley College*
>
> >
>
> >
>
> >* !DSPAM:5db7471d288581084719066! 
> >___*
>
> >* Archivesspace_Users_Group mailing list*
>
> >* Archivesspace_Users_Group at lyralists.lyrasis.org 
> ><http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group>*
>
> >* http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group 
> ><http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group>*
>
> >
>
> >
>
> >* !DSPAM:5db7471d288581084719066!*
>
>
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
>
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2021-09-21 Thread Joshua D. Shaw
I had used the same framework in the sitemaps plugin before I changed things to 
work in a different way. You can see the commit that still had a static page 
here:

https://github.com/dartmouth-dltg/aspace_sitemap/tree/07720814e985193040b202db3d98c8c0c9f6f735/public

You want this piece from routes.rb

ArchivesSpacePublic::Application.routes.draw do
  match 'static/html/:page' => 'static_pages#page', :via => [:get]
end

This from plugin_init.rb

Plugins::extend_aspace_routes(File.join(File.dirname(__FILE__), "routes.rb"))

The entirety of controllers/static_pages_controller.rb (without line 8 which 
formats the xml)

And the view for the static page: views/static_pages/page.html.erb

Hope that helps!
Joshua


From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
 on behalf of Valerie 
Addonizio 
Sent: Monday, September 20, 2021 6:23 PM
To: Archivesspace Users Group 
Subject: Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace 
PUI?


Though definitely a different plugin, I do know of this plugin that presents a 
similar(?) use case:



https://github.com/YaleArchivesSpace/pui-help<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FYaleArchivesSpace%2Fpui-help=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7C475875c2e1584616dd4108d97c855611%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637677734956736971%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000=jksCIMSbtbkNvezmR9ps5ckBLmDX73p%2FCLopDS%2FwhK4%3D=0>



From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
 On Behalf Of Amy 
Winter
Sent: Monday, September 20, 2021 6:13 PM
To: archivesspace_users_group@lyralists.lyrasis.org
Subject: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?



Does anyone know where I could get a copy of the plugin/template to add a 
static page, referred to in the 2019 post from James, below.  The repo is gone 
and not in the Wayback Machine either:  
https://github.com/hudmol/static_pages<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fhudmol%2Fstatic_pages=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7C475875c2e1584616dd4108d97c855611%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637677734956736971%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000=guDHLin%2BMZcl%2B31hTOfxUv%2FaVT3ezDLxxXAEJASkSIw%3D=0>



I can’t find any other reference to this in the list archives or on Google.



Thanks for any help,



Amy E. Winter

Library Information Technology

University of New Mexico

505.277.1233





[Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

James Bullen james at hudmol.com 
<mailto:archivesspace_users_group%40lyralists.lyrasis.org?Subject=Re%3A%20%5BArchivesspace_Users_Group%5D%20Add%20a%20static%20web%20page%20to%0A%20ArchivesSpace%20PUI%3F=%3C179E90E2-E4C7-40C4-8D7A-40DFBE49ACE3%40hudmol.com%3E>
Mon Oct 28 18:02:16 EDT 2019

  *   Previous message: [Archivesspace_Users_Group] Add a static web page to 
ArchivesSpace PUI? 
<https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fpipermail%2Farchivesspace_users_group%2F2019-October%2F007046.html=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7C475875c2e1584616dd4108d97c855611%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637677734956746964%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000=%2BypN%2Bf7np%2BJF7%2FplEv%2FgYccC2mfcLBxWjdu9h31HJ3U%3D=0>
  *   Next message: [Archivesspace_Users_Group] Add a static web page to 
ArchivesSpace PUI? 
<https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fpipermail%2Farchivesspace_users_group%2F2019-October%2F007048.html=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7C475875c2e1584616dd4108d97c855611%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637677734956756964%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000=o5bgQnc1uqJtxg509c7WUiK2gBkF4UQmVqxhSQHxXTk%3D=0>
  *   Messages sorted by: [ date 
]<https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fpipermail%2Farchivesspace_users_group%2F2019-October%2Fdate.html%237047=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7C475875c2e1584616dd4108d97c855611%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637677734956756964%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000=bg3Xgchy1x5FylFapN6KfBCJifbMp250QgLR2hDDIwg%3D=0>
 [ thread 
]<https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fpipermail%2Farchivesspace_users_group%2F2019-October%2Fthread.html%237047=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7C475875c2e1584616dd4108d97c855611%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637677734956766957%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4

Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2021-09-20 Thread Valerie Addonizio
Though definitely a different plugin, I do know of this plugin that presents a 
similar(?) use case:

https://github.com/YaleArchivesSpace/pui-help

From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
 On Behalf Of Amy 
Winter
Sent: Monday, September 20, 2021 6:13 PM
To: archivesspace_users_group@lyralists.lyrasis.org
Subject: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

Does anyone know where I could get a copy of the plugin/template to add a 
static page, referred to in the 2019 post from James, below.  The repo is gone 
and not in the Wayback Machine either:  https://github.com/hudmol/static_pages

I can't find any other reference to this in the list archives or on Google.

Thanks for any help,

Amy E. Winter
Library Information Technology
University of New Mexico
505.277.1233


[Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?
James Bullen james at hudmol.com 
<mailto:archivesspace_users_group%40lyralists.lyrasis.org?Subject=Re%3A%20%5BArchivesspace_Users_Group%5D%20Add%20a%20static%20web%20page%20to%0A%20ArchivesSpace%20PUI%3F=%3C179E90E2-E4C7-40C4-8D7A-40DFBE49ACE3%40hudmol.com%3E>
Mon Oct 28 18:02:16 EDT 2019

  *   Previous message: [Archivesspace_Users_Group] Add a static web page to 
ArchivesSpace PUI? 
<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/007046.html>
  *   Next message: [Archivesspace_Users_Group] Add a static web page to 
ArchivesSpace PUI? 
<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/007048.html>
  *   Messages sorted by: [ date 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/date.html#7047>
 [ thread 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/thread.html#7047>
 [ subject 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/subject.html#7047>
 [ author 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/author.html#7047>



Hi Kara,



This seemed like a useful thing that I don't think exists yet, so I made a 
plugin to do it:



https://github.com/hudmol/static_pages <https://github.com/hudmol/static_pages>



Maybe it can be a useful starting point.





Cheers,

James







> On Oct 28, 2019, at 3:52 PM, Kara Hart  wellesley.edu<http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group>>
>  wrote:

>

> Hi all,

> I want to be able to add static web pages to ArchivesSpace.  I'd like to 
> incorporate the header, top nav, and footer and be able to just add what I 
> want in the middle.  I'm basically hoping to create general FAQ, search help, 
> about pages that live in my ArchivesSpace local plugin.  Is this possible?

>

> I did find a way to add a page by putting a .html doc into 
> /archivesspace/plugins/local/public/assets, but I have to manually copy in 
> the head, navigation, header, and footer, which is obviously not ideal for 
> updating and probably other reasons.

>

> If there isn't a way to do this, where is the proper place to suggest this 
> enhancement?  Should I create a new feature request in Jira the project ANW? 
> (https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&= 
> <https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&=>)

>

> Thanks for any help,

> Kara

>

>

> ~~~ Kara S. Hart

> Systems Librarian - Library & Technology Services - Wellesley College

>

>

> !DSPAM:5db7471d288581084719066! 
> ___

> Archivesspace_Users_Group mailing list

> Archivesspace_Users_Group at 
> lyralists.lyrasis.org<http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group>

> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group

>

>

> !DSPAM:5db7471d288581084719066!

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


[Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2021-09-20 Thread Amy Winter
Does anyone know where I could get a copy of the plugin/template to add a 
static page, referred to in the 2019 post from James, below.  The repo is gone 
and not in the Wayback Machine either:  https://github.com/hudmol/static_pages

I can't find any other reference to this in the list archives or on Google.

Thanks for any help,

Amy E. Winter
Library Information Technology
University of New Mexico
505.277.1233


[Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?
James Bullen james at hudmol.com 
<mailto:archivesspace_users_group%40lyralists.lyrasis.org?Subject=Re%3A%20%5BArchivesspace_Users_Group%5D%20Add%20a%20static%20web%20page%20to%0A%20ArchivesSpace%20PUI%3F=%3C179E90E2-E4C7-40C4-8D7A-40DFBE49ACE3%40hudmol.com%3E>
Mon Oct 28 18:02:16 EDT 2019

  *   Previous message: [Archivesspace_Users_Group] Add a static web page to 
ArchivesSpace PUI? 
<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/007046.html>
  *   Next message: [Archivesspace_Users_Group] Add a static web page to 
ArchivesSpace PUI? 
<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/007048.html>
  *   Messages sorted by: [ date 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/date.html#7047>
 [ thread 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/thread.html#7047>
 [ subject 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/subject.html#7047>
 [ author 
]<http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/2019-October/author.html#7047>



Hi Kara,



This seemed like a useful thing that I don't think exists yet, so I made a 
plugin to do it:



https://github.com/hudmol/static_pages <https://github.com/hudmol/static_pages>



Maybe it can be a useful starting point.





Cheers,

James







> On Oct 28, 2019, at 3:52 PM, Kara Hart  wellesley.edu<http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group>>
>  wrote:

>

> Hi all,

> I want to be able to add static web pages to ArchivesSpace.  I'd like to 
> incorporate the header, top nav, and footer and be able to just add what I 
> want in the middle.  I'm basically hoping to create general FAQ, search help, 
> about pages that live in my ArchivesSpace local plugin.  Is this possible?

>

> I did find a way to add a page by putting a .html doc into 
> /archivesspace/plugins/local/public/assets, but I have to manually copy in 
> the head, navigation, header, and footer, which is obviously not ideal for 
> updating and probably other reasons.

>

> If there isn't a way to do this, where is the proper place to suggest this 
> enhancement?  Should I create a new feature request in Jira the project ANW? 
> (https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&= 
> <https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&=>)

>

> Thanks for any help,

> Kara

>

>

> ~~~ Kara S. Hart

> Systems Librarian - Library & Technology Services - Wellesley College

>

>

> !DSPAM:5db7471d288581084719066! 
> ___

> Archivesspace_Users_Group mailing list

> Archivesspace_Users_Group at 
> lyralists.lyrasis.org<http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group>

> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group

>

>

> !DSPAM:5db7471d288581084719066!

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-11-04 Thread Kara Hart
Thanks again everyone!  I will put in a feature request for this and link
to the github add-on you created.
Kara
~~~ Kara S. Hart
Systems Librarian - Library & Technology Services
-
Wellesley College


On Mon, Nov 4, 2019 at 8:18 AM Christine Di Bella <
christine.dibe...@lyrasis.org> wrote:

> Hi Kara,
>
>
>
> Yes, following the process for requesting a new feature in JIRA is
> described at
> https://archivesspace.atlassian.net/wiki/spaces/ADC/pages/19202060/How+to+Request+a+New+Feature.
> If you need help with that, feel free to reach out to the ArchivesSpace
> Program Team at archivesspaceh...@lyrasis.org.
>
>
>
> By the way, if some enterprising person wanted to take James’ very helpful
> plugin and turn it into core code, we’d be very interested. It seems like
> this feature is already most of the way there. We have some suggestions for
> turning plugins into core code at
> https://archivesspace.atlassian.net/wiki/spaces/ADC/pages/349995159/Turning+an+ArchivesSpace+Plugin+into+Core+Code
> .
>
>
>
> Christine
>
>
>
> Christine Di Bella
>
> ArchivesSpace Program Manager
>
> christine.dibe...@lyrasis.org
>
> 800.999.8558 x2905
>
> 678-235-2905
>
> cdibella13 (Skype)
>
>
>
> [image: ASpaceOrgHomeMedium]
>
>
>
>
>
>
>
> *From:* archivesspace_users_group-boun...@lyralists.lyrasis.org <
> archivesspace_users_group-boun...@lyralists.lyrasis.org> *On Behalf Of *James
> Bullen
> *Sent:* Friday, November 1, 2019 6:47 PM
> *To:* Archivesspace Users Group <
> archivesspace_users_group@lyralists.lyrasis.org>
> *Subject:* Re: [Archivesspace_Users_Group] Add a static web page to
> ArchivesSpace PUI?
>
>
>
>
>
> Hi Kara,
>
>
>
> Yes, there is no need to initialize this plugin.
>
>
>
> And, sorry, I have no idea how you might request this as an enhancement.
>
>
>
>
>
> Cheers,
>
> James
>
>
>
>
>
> On Nov 1, 2019, at 3:33 PM, Majewski, Steven Dennis (sdm7g) <
> sd...@virginia.edu> wrote:
>
>
>
>
>
>
> On Nov 1, 2019, at 3:06 PM, Kara Hart  wrote:
>
>
>
> Thank you James!! and Andrew!
>
> I wasn't sure if I needed to run initialize-plugin.sh on this, so I did
> and got this.
>
>
>
> Fetching: bundler-1.16.1.gem (100%)
>
> Successfully installed bundler-1.16.1
>
> 1 gem installed
>
>
>
> [!] There was an error parsing `Gemfile`: No such file or directory -
> /var/local/archivesspace/plugins/static_pages/Gemfile. Bundler cannot
> continue.
>
>
>
> I figure I didn't need to initialize and this error doesn't matter, but
> just checking.
>
>
>
>
>
>
>
> Correct. You only have to run that script if the plugin requires some Gems
> that aren’t already included in that web app core.
>
> That there isn’t a Gemfile in the plugin directory indicates that it
> doesn’t need to bundle any additional Gems.
>
> And when you run the Bundler, it’s telling you that there is no Gemfile.
>
>
>
> — Steve.
>
>
>
>
>
>
>
> Also, if I want to put this in as a request for an enhancement for the
> core code, should I put create a new feature request in Jira the project
> ANW?  Is that the proper channel?
>
> Thanks again!
>
> Kara
>
>
>
> ~~~ Kara S. Hart
>
> Systems Librarian - Library & Technology Services
>
> -
>
> Wellesley College
>
>
>
>
>
>
>
>
>
> On Tue, Oct 29, 2019 at 2:19 PM Mike McDermott 
> wrote:
>
> Nice – looks good. Thanks!
>
>
>
> *From:* archivesspace_users_group-boun...@lyralists.lyrasis.org <
> archivesspace_users_group-boun...@lyralists.lyrasis.org> *On Behalf Of *James
> Bullen
> *Sent:* Tuesday, October 29, 2019 1:05 PM
> *To:* Archivesspace Users Group <
> archivesspace_users_group@lyralists.lyrasis.org>
> *Subject:* Re: [Archivesspace_Users_Group] Add a static web page to
> ArchivesSpace PUI?
>
>
>
>
>
> That’s funny - shows how much testing I did.
>
>
>
> Should be good now.
>
>
>
>
>
> On Oct 29, 2019, at 1:00 PM, Mike McDermott  wrote:
>
>
>
> This looks really cool.
>
> But – What am I doing wrong.
>
> When I put html in the file to be included, it comes out on the page
> looking like this:
>
>
>
> div class=row
>
> h2This is a test/h2
>
> pThis is always a test/p
>
> pTests are what I do./p
>
> h3here is a heading/h3
>
> pThis is always a test/p
>
> pTests are what I do./p
>
> h3here is a heading/h3
>
> pThis is always a test/p
>
> pTests are what I do./p
>
> /div
>
>
>
> 

Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-11-04 Thread Christine Di Bella
Hi Kara,

Yes, following the process for requesting a new feature in JIRA is described at 
https://archivesspace.atlassian.net/wiki/spaces/ADC/pages/19202060/How+to+Request+a+New+Feature.
 If you need help with that, feel free to reach out to the ArchivesSpace 
Program Team at 
archivesspaceh...@lyrasis.org<mailto:archivesspaceh...@lyrasis.org>.

By the way, if some enterprising person wanted to take James’ very helpful 
plugin and turn it into core code, we’d be very interested. It seems like this 
feature is already most of the way there. We have some suggestions for turning 
plugins into core code at 
https://archivesspace.atlassian.net/wiki/spaces/ADC/pages/349995159/Turning+an+ArchivesSpace+Plugin+into+Core+Code.

Christine

Christine Di Bella
ArchivesSpace Program Manager
christine.dibe...@lyrasis.org<mailto:christine.dibe...@lyrasis.org>
800.999.8558 x2905
678-235-2905
cdibella13 (Skype)

[ASpaceOrgHomeMedium]



From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
 On Behalf Of James 
Bullen
Sent: Friday, November 1, 2019 6:47 PM
To: Archivesspace Users Group 
Subject: Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace 
PUI?


Hi Kara,

Yes, there is no need to initialize this plugin.

And, sorry, I have no idea how you might request this as an enhancement.


Cheers,
James



On Nov 1, 2019, at 3:33 PM, Majewski, Steven Dennis (sdm7g) 
mailto:sd...@virginia.edu>> wrote:




On Nov 1, 2019, at 3:06 PM, Kara Hart 
mailto:kstro...@wellesley.edu>> wrote:

Thank you James!! and Andrew!
I wasn't sure if I needed to run initialize-plugin.sh on this, so I did and got 
this.

Fetching: bundler-1.16.1.gem (100%)
Successfully installed bundler-1.16.1
1 gem installed

[!] There was an error parsing `Gemfile`: No such file or directory - 
/var/local/archivesspace/plugins/static_pages/Gemfile. Bundler cannot continue.

I figure I didn't need to initialize and this error doesn't matter, but just 
checking.



Correct. You only have to run that script if the plugin requires some Gems that 
aren’t already included in that web app core.
That there isn’t a Gemfile in the plugin directory indicates that it doesn’t 
need to bundle any additional Gems.
And when you run the Bundler, it’s telling you that there is no Gemfile.

— Steve.




Also, if I want to put this in as a request for an enhancement for the core 
code, should I put create a new feature request in Jira the project ANW?  Is 
that the proper channel?
Thanks again!
Kara

~~~ Kara S. Hart
Systems Librarian - Library & Technology Services
-
Wellesley College




On Tue, Oct 29, 2019 at 2:19 PM Mike McDermott 
mailto:mmcde...@bowdoin.edu>> wrote:
Nice – looks good. Thanks!

From: 
archivesspace_users_group-boun...@lyralists.lyrasis.org<mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>
 
mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>>
 On Behalf Of James Bullen
Sent: Tuesday, October 29, 2019 1:05 PM
To: Archivesspace Users Group 
mailto:archivesspace_users_group@lyralists.lyrasis.org>>
Subject: Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace 
PUI?


That’s funny - shows how much testing I did.

Should be good now.


On Oct 29, 2019, at 1:00 PM, Mike McDermott 
mailto:mmcde...@bowdoin.edu>> wrote:

This looks really cool.
But – What am I doing wrong.
When I put html in the file to be included, it comes out on the page looking 
like this:

div class=row
h2This is a test/h2
pThis is always a test/p
pTests are what I do./p
h3here is a heading/h3
pThis is always a test/p
pTests are what I do./p
h3here is a heading/h3
pThis is always a test/p
pTests are what I do./p
/div

So it is rendered on the page as looking like html code instead of the page 
elements.

Mike McDermott

From: 
archivesspace_users_group-boun...@lyralists.lyrasis.org<mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>
 
mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>>
 On Behalf Of Andrew Morrison
Sent: Tuesday, October 29, 2019 10:55 AM
To: Archivesspace Users Group 
mailto:archivesspace_users_group@lyralists.lyrasis.org>>
Subject: Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace 
PUI?

Hi James,

Your original version will be useful to us, because we're probably going to 
want to add extra help pages to our staff interface for cataloguers 
transferring over from Archivists' Toolkit. And reading the static HTML from a 
file instead of building from ERB templates means they can be updated without 
restarting the service.

Andrew.


On Tue, 2019-10-29 at 09:35 -0400, James Bullen wrote:

Just a quick follow up on this,

I had misread the spec and only provided the static page facility on the staff 
interface - should have been on the PUI. Andrew Morrison noticed my oops and 
corrected it, so now it should work on both.


Cheers,
James



On Oct 28, 2019, at 6:02 PM, James Bullen 
mailto:

Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-11-01 Thread James Bullen

Hi Kara,

Yes, there is no need to initialize this plugin.

And, sorry, I have no idea how you might request this as an enhancement.


Cheers,
James


> On Nov 1, 2019, at 3:33 PM, Majewski, Steven Dennis (sdm7g) 
>  wrote:
> 
> 
> 
>> On Nov 1, 2019, at 3:06 PM, Kara Hart > <mailto:kstro...@wellesley.edu>> wrote:
>> 
>> Thank you James!! and Andrew!   
>> I wasn't sure if I needed to run initialize-plugin.sh on this, so I did and 
>> got this.
>> 
>> Fetching: bundler-1.16.1.gem (100%)
>> Successfully installed bundler-1.16.1
>> 1 gem installed
>> 
>> [!] There was an error parsing `Gemfile`: No such file or directory - 
>> /var/local/archivesspace/plugins/static_pages/Gemfile. Bundler cannot 
>> continue.
>> 
>> I figure I didn't need to initialize and this error doesn't matter, but just 
>> checking.
>> 
> 
> 
> Correct. You only have to run that script if the plugin requires some Gems 
> that aren’t already included in that web app core.
> That there isn’t a Gemfile in the plugin directory indicates that it doesn’t 
> need to bundle any additional Gems. 
> And when you run the Bundler, it’s telling you that there is no Gemfile.  
> 
> — Steve. 
> 
> 
> 
>> Also, if I want to put this in as a request for an enhancement for the core 
>> code, should I put create a new feature request in Jira the project ANW?  Is 
>> that the proper channel?  
>> Thanks again! 
>> Kara
>> 
>> ~~~ Kara S. Hart 
>> Systems Librarian - Library & Technology Services - Wellesley College
>> 
>> 
>> 
>> 
>> On Tue, Oct 29, 2019 at 2:19 PM Mike McDermott > <mailto:mmcde...@bowdoin.edu>> wrote:
>> Nice – looks good. Thanks!
>> 
>>  
>> 
>> From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
>> <mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org> 
>> > <mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>> On Behalf 
>> Of James Bullen
>> Sent: Tuesday, October 29, 2019 1:05 PM
>> To: Archivesspace Users Group 
>> > <mailto:archivesspace_users_group@lyralists.lyrasis.org>>
>> Subject: Re: [Archivesspace_Users_Group] Add a static web page to 
>> ArchivesSpace PUI?
>> 
>>  
>> 
>>  
>> 
>> That’s funny - shows how much testing I did.
>> 
>>  
>> 
>> Should be good now.
>> 
>>  
>> 
>> 
>> 
>> 
>> On Oct 29, 2019, at 1:00 PM, Mike McDermott > <mailto:mmcde...@bowdoin.edu>> wrote:
>> 
>>  
>> 
>> This looks really cool.
>> 
>> But – What am I doing wrong. 
>> 
>> When I put html in the file to be included, it comes out on the page looking 
>> like this:
>> 
>>  
>> 
>> div class=row
>> 
>> h2This is a test/h2
>> 
>> pThis is always a test/p
>> 
>> pTests are what I do./p
>> 
>> h3here is a heading/h3
>> 
>> pThis is always a test/p
>> 
>> pTests are what I do./p
>> 
>> h3here is a heading/h3
>> 
>> pThis is always a test/p
>> 
>> pTests are what I do./p  
>> 
>> /div
>> 
>>  
>> 
>> So it is rendered on the page as looking like html code instead of the page 
>> elements.
>> 
>>  
>> 
>> Mike McDermott
>> 
>>  
>> 
>> From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
>> <mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org> 
>> > <mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>> On Behalf 
>> Of Andrew Morrison
>> Sent: Tuesday, October 29, 2019 10:55 AM
>> To: Archivesspace Users Group 
>> > <mailto:archivesspace_users_group@lyralists.lyrasis.org>>
>> Subject: Re: [Archivesspace_Users_Group] Add a static web page to 
>> ArchivesSpace PUI?
>> 
>>  
>> 
>> Hi James,
>> 
>>  
>> 
>> Your original version will be useful to us, because we're probably going to 
>> want to add extra help pages to our staff interface for cataloguers 
>> transferring over from Archivists' Toolkit. And reading the static HTML from 
>> a file instead of building from ERB templates means they can be updated 
>> without restarting the service.
>> 
>>  
>> 
>> Andrew.
>> 
>>  
>> 
>>  
>> 
>> On Tue, 2019-10-29 at 09:35 -0400, James Bullen wrote:
>> 
>>  
>> 
>> Just a quick follow up on this, 
>> 
>>  
&g

Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-11-01 Thread Majewski, Steven Dennis (sdm7g)


> On Nov 1, 2019, at 3:06 PM, Kara Hart  wrote:
> 
> Thank you James!! and Andrew!   
> I wasn't sure if I needed to run initialize-plugin.sh on this, so I did and 
> got this.
> 
> Fetching: bundler-1.16.1.gem (100%)
> Successfully installed bundler-1.16.1
> 1 gem installed
> 
> [!] There was an error parsing `Gemfile`: No such file or directory - 
> /var/local/archivesspace/plugins/static_pages/Gemfile. Bundler cannot 
> continue.
> 
> I figure I didn't need to initialize and this error doesn't matter, but just 
> checking.
> 


Correct. You only have to run that script if the plugin requires some Gems that 
aren’t already included in that web app core.
That there isn’t a Gemfile in the plugin directory indicates that it doesn’t 
need to bundle any additional Gems. 
And when you run the Bundler, it’s telling you that there is no Gemfile.  

— Steve. 



> Also, if I want to put this in as a request for an enhancement for the core 
> code, should I put create a new feature request in Jira the project ANW?  Is 
> that the proper channel?  
> Thanks again! 
> Kara
> 
> ~~~ Kara S. Hart 
> Systems Librarian - Library & Technology Services - Wellesley College
> 
> 
> 
> 
> On Tue, Oct 29, 2019 at 2:19 PM Mike McDermott  <mailto:mmcde...@bowdoin.edu>> wrote:
> Nice – looks good. Thanks!
> 
>  
> 
> From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
> <mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org> 
>  <mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>> On Behalf 
> Of James Bullen
> Sent: Tuesday, October 29, 2019 1:05 PM
> To: Archivesspace Users Group 
>  <mailto:archivesspace_users_group@lyralists.lyrasis.org>>
> Subject: Re: [Archivesspace_Users_Group] Add a static web page to 
> ArchivesSpace PUI?
> 
>  
> 
>  
> 
> That’s funny - shows how much testing I did.
> 
>  
> 
> Should be good now.
> 
>  
> 
> 
> 
> 
> On Oct 29, 2019, at 1:00 PM, Mike McDermott  <mailto:mmcde...@bowdoin.edu>> wrote:
> 
>  
> 
> This looks really cool.
> 
> But – What am I doing wrong. 
> 
> When I put html in the file to be included, it comes out on the page looking 
> like this:
> 
>  
> 
> div class=row
> 
> h2This is a test/h2
> 
> pThis is always a test/p
> 
> pTests are what I do./p
> 
> h3here is a heading/h3
> 
> pThis is always a test/p
> 
> pTests are what I do./p
> 
> h3here is a heading/h3
> 
> pThis is always a test/p
> 
> pTests are what I do./p  
> 
> /div
> 
>  
> 
> So it is rendered on the page as looking like html code instead of the page 
> elements.
> 
>  
> 
> Mike McDermott
> 
>  
> 
> From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
> <mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org> 
>  <mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>> On Behalf 
> Of Andrew Morrison
> Sent: Tuesday, October 29, 2019 10:55 AM
> To: Archivesspace Users Group 
>  <mailto:archivesspace_users_group@lyralists.lyrasis.org>>
> Subject: Re: [Archivesspace_Users_Group] Add a static web page to 
> ArchivesSpace PUI?
> 
>  
> 
> Hi James,
> 
>  
> 
> Your original version will be useful to us, because we're probably going to 
> want to add extra help pages to our staff interface for cataloguers 
> transferring over from Archivists' Toolkit. And reading the static HTML from 
> a file instead of building from ERB templates means they can be updated 
> without restarting the service.
> 
>  
> 
> Andrew.
> 
>  
> 
>  
> 
> On Tue, 2019-10-29 at 09:35 -0400, James Bullen wrote:
> 
>  
> 
> Just a quick follow up on this, 
> 
>  
> 
> I had misread the spec and only provided the static page facility on the 
> staff interface - should have been on the PUI. Andrew Morrison noticed my 
> oops and corrected it, so now it should work on both.
> 
>  
> 
>  
> 
> Cheers,
> 
> James
> 
>  
> 
> 
> 
> 
> 
> On Oct 28, 2019, at 6:02 PM, James Bullen  <mailto:ja...@hudmol.com>> wrote:
> 
>  
> 
> 
> Hi Kara,
> 
>  
> 
> This seemed like a useful thing that I don’t think exists yet, so I made a 
> plugin to do it:
> 
>  
> 
> https://github.com/hudmol/static_pages 
> <https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fhudmol%2Fstatic_pages=02%7C01%7Cmmcderm2%40bowdoin.edu%7Cba385a72cd7e410af06808d75c922b6b%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079655247704983=3Bng1MYFjxJHlTQ6lJ55akP7E03uaavW2QqOaqaTxMg%3D=0>
>  

Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-11-01 Thread Kara Hart
Thank you James!! and Andrew!
I wasn't sure if I needed to run initialize-plugin.sh on this, so I did and
got this.


Fetching: bundler-1.16.1.gem (100%)

Successfully installed bundler-1.16.1

1 gem installed


[!] There was an error parsing `Gemfile`: No such file or directory -
/var/local/archivesspace/plugins/static_pages/Gemfile. Bundler cannot
continue.


I figure I didn't need to initialize and this error doesn't matter, but
just checking.

Also, if I want to put this in as a request for an enhancement for the core
code, should I put create a new feature request in Jira the project ANW?
Is that the proper channel?
Thanks again!
Kara

~~~ Kara S. Hart
Systems Librarian - Library & Technology Services
-
Wellesley College




On Tue, Oct 29, 2019 at 2:19 PM Mike McDermott  wrote:

> Nice – looks good. Thanks!
>
>
>
> *From:* archivesspace_users_group-boun...@lyralists.lyrasis.org <
> archivesspace_users_group-boun...@lyralists.lyrasis.org> *On Behalf Of *James
> Bullen
> *Sent:* Tuesday, October 29, 2019 1:05 PM
> *To:* Archivesspace Users Group <
> archivesspace_users_group@lyralists.lyrasis.org>
> *Subject:* Re: [Archivesspace_Users_Group] Add a static web page to
> ArchivesSpace PUI?
>
>
>
>
>
> That’s funny - shows how much testing I did.
>
>
>
> Should be good now.
>
>
>
>
>
> On Oct 29, 2019, at 1:00 PM, Mike McDermott  wrote:
>
>
>
> This looks really cool.
>
> But – What am I doing wrong.
>
> When I put html in the file to be included, it comes out on the page
> looking like this:
>
>
>
> div class=row
>
> h2This is a test/h2
>
> pThis is always a test/p
>
> pTests are what I do./p
>
> h3here is a heading/h3
>
> pThis is always a test/p
>
> pTests are what I do./p
>
> h3here is a heading/h3
>
> pThis is always a test/p
>
> pTests are what I do./p
>
> /div
>
>
>
> So it is rendered on the page as looking like html code instead of the
> page elements.
>
>
>
> Mike McDermott
>
>
>
> *From:* archivesspace_users_group-boun...@lyralists.lyrasis.org <
> archivesspace_users_group-boun...@lyralists.lyrasis.org> *On Behalf Of *Andrew
> Morrison
> *Sent:* Tuesday, October 29, 2019 10:55 AM
> *To:* Archivesspace Users Group <
> archivesspace_users_group@lyralists.lyrasis.org>
> *Subject:* Re: [Archivesspace_Users_Group] Add a static web page to
> ArchivesSpace PUI?
>
>
>
> Hi James,
>
>
>
> Your original version will be useful to us, because we're probably going
> to want to add extra help pages to our staff interface for cataloguers
> transferring over from Archivists' Toolkit. And reading the static HTML
> from a file instead of building from ERB templates means they can be
> updated without restarting the service.
>
>
>
> Andrew.
>
>
>
>
>
> On Tue, 2019-10-29 at 09:35 -0400, James Bullen wrote:
>
>
>
> Just a quick follow up on this,
>
>
>
> I had misread the spec and only provided the static page facility on the
> staff interface - should have been on the PUI. Andrew Morrison noticed my
> oops and corrected it, so now it should work on both.
>
>
>
>
>
> Cheers,
>
> James
>
>
>
>
>
>
> On Oct 28, 2019, at 6:02 PM, James Bullen  wrote:
>
>
>
>
> Hi Kara,
>
>
>
> This seemed like a useful thing that I don’t think exists yet, so I made a
> plugin to do it:
>
>
>
> https://github.com/hudmol/static_pages
> <https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fhudmol%2Fstatic_pages=02%7C01%7Cmmcderm2%40bowdoin.edu%7Cba385a72cd7e410af06808d75c922b6b%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079655247704983=3Bng1MYFjxJHlTQ6lJ55akP7E03uaavW2QqOaqaTxMg%3D=0>
>
>
>
> Maybe it can be a useful starting point.
>
>
>
>
>
> Cheers,
>
> James
>
>
>
>
>
>
>
>
> On Oct 28, 2019, at 3:52 PM, Kara Hart  wrote:
>
>
>
> Hi all,
>
> I want to be able to add static web pages to ArchivesSpace.  I'd like to
> incorporate the header, top nav, and footer and be able to just add what I
> want in the middle.  I'm basically hoping to create general FAQ, search
> help, about pages that live in my ArchivesSpace local plugin.  Is this
> possible?
>
>
>
> I did find a way to add a page by putting a .html doc into
> /archivesspace/plugins/local/public/assets, but I have to manually copy in
> the head, navigation, header, and footer, which is obviously not ideal for
> updating and probably other reasons.
>
>
>
> If there isn't a way to do this, where is the proper place to suggest this
> enhancement?  Should I cre

Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-10-29 Thread Mike McDermott
Nice – looks good. Thanks!

From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
 On Behalf Of James 
Bullen
Sent: Tuesday, October 29, 2019 1:05 PM
To: Archivesspace Users Group 
Subject: Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace 
PUI?


That’s funny - shows how much testing I did.

Should be good now.



On Oct 29, 2019, at 1:00 PM, Mike McDermott 
mailto:mmcde...@bowdoin.edu>> wrote:

This looks really cool.
But – What am I doing wrong.
When I put html in the file to be included, it comes out on the page looking 
like this:

div class=row
h2This is a test/h2
pThis is always a test/p
pTests are what I do./p
h3here is a heading/h3
pThis is always a test/p
pTests are what I do./p
h3here is a heading/h3
pThis is always a test/p
pTests are what I do./p
/div

So it is rendered on the page as looking like html code instead of the page 
elements.

Mike McDermott

From: 
archivesspace_users_group-boun...@lyralists.lyrasis.org<mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>
 
mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>>
 On Behalf Of Andrew Morrison
Sent: Tuesday, October 29, 2019 10:55 AM
To: Archivesspace Users Group 
mailto:archivesspace_users_group@lyralists.lyrasis.org>>
Subject: Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace 
PUI?

Hi James,

Your original version will be useful to us, because we're probably going to 
want to add extra help pages to our staff interface for cataloguers 
transferring over from Archivists' Toolkit. And reading the static HTML from a 
file instead of building from ERB templates means they can be updated without 
restarting the service.

Andrew.


On Tue, 2019-10-29 at 09:35 -0400, James Bullen wrote:

Just a quick follow up on this,

I had misread the spec and only provided the static page facility on the staff 
interface - should have been on the PUI. Andrew Morrison noticed my oops and 
corrected it, so now it should work on both.


Cheers,
James




On Oct 28, 2019, at 6:02 PM, James Bullen 
mailto:ja...@hudmol.com>> wrote:


Hi Kara,

This seemed like a useful thing that I don’t think exists yet, so I made a 
plugin to do it:

https://github.com/hudmol/static_pages<https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fhudmol%2Fstatic_pages=02%7C01%7Cmmcderm2%40bowdoin.edu%7Cba385a72cd7e410af06808d75c922b6b%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079655247704983=3Bng1MYFjxJHlTQ6lJ55akP7E03uaavW2QqOaqaTxMg%3D=0>

Maybe it can be a useful starting point.


Cheers,
James





On Oct 28, 2019, at 3:52 PM, Kara Hart 
mailto:kstro...@wellesley.edu>> wrote:

Hi all,
I want to be able to add static web pages to ArchivesSpace.  I'd like to 
incorporate the header, top nav, and footer and be able to just add what I want 
in the middle.  I'm basically hoping to create general FAQ, search help, about 
pages that live in my ArchivesSpace local plugin.  Is this possible?

I did find a way to add a page by putting a .html doc into 
/archivesspace/plugins/local/public/assets, but I have to manually copy in the 
head, navigation, header, and footer, which is obviously not ideal for updating 
and probably other reasons.

If there isn't a way to do this, where is the proper place to suggest this 
enhancement?  Should I create a new feature request in Jira the project ANW? 
(https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&=<https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Farchivesspace.atlassian.net%2Fprojects%2FANW%2Fissues%2F%3Ffilter%3Dallissues%26%3D=02%7C01%7Cmmcderm2%40bowdoin.edu%7Cba385a72cd7e410af06808d75c922b6b%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079655247714980=hYi3qwEBVeHLtGGn84PtZF4aC4SuJzLwffHekiKGck4%3D=0>)

Thanks for any help,
Kara


~~~ Kara S. Hart
Systems Librarian - Library & Technology Services
-
Wellesley College


___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org<mailto:Archivesspace_Users_Group@lyralists.lyrasis.org>
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group<https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fmailman%2Flistinfo%2Farchivesspace_users_group=02%7C01%7Cmmcderm2%40bowdoin.edu%7Cba385a72cd7e410af06808d75c922b6b%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079655247714980=ysuyU6HKML6AVMm6HXc%2BzP5Rk7liO%2F2zVh0yvCg%2Bv4s%3D=0>




!DSPAM:5db76577327211158617254! ___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org<mailto:Archivesspace_Users_Group@lyralists.lyrasis.org>
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group<https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fmailman%2Flistinfo%2Farchivesspace_us

Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-10-29 Thread James Bullen

That’s funny - shows how much testing I did.

Should be good now.


> On Oct 29, 2019, at 1:00 PM, Mike McDermott  wrote:
> 
> This looks really cool.
> But – What am I doing wrong. 
> When I put html in the file to be included, it comes out on the page looking 
> like this:
>  
> div class=row
> h2This is a test/h2
> pThis is always a test/p
> pTests are what I do./p
> h3here is a heading/h3
> pThis is always a test/p
> pTests are what I do./p
> h3here is a heading/h3
> pThis is always a test/p
> pTests are what I do./p  
> /div
>  
> So it is rendered on the page as looking like html code instead of the page 
> elements.
>  
> Mike McDermott
>  
> From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
> <mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org> 
>  <mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org>> On Behalf 
> Of Andrew Morrison
> Sent: Tuesday, October 29, 2019 10:55 AM
> To: Archivesspace Users Group 
>  <mailto:archivesspace_users_group@lyralists.lyrasis.org>>
> Subject: Re: [Archivesspace_Users_Group] Add a static web page to 
> ArchivesSpace PUI?
>  
> Hi James,
>  
> Your original version will be useful to us, because we're probably going to 
> want to add extra help pages to our staff interface for cataloguers 
> transferring over from Archivists' Toolkit. And reading the static HTML from 
> a file instead of building from ERB templates means they can be updated 
> without restarting the service.
>  
> Andrew.
>  
>  
> On Tue, 2019-10-29 at 09:35 -0400, James Bullen wrote:
>  
> Just a quick follow up on this, 
>  
> I had misread the spec and only provided the static page facility on the 
> staff interface - should have been on the PUI. Andrew Morrison noticed my 
> oops and corrected it, so now it should work on both.
>  
>  
> Cheers,
> James
>  
> 
> 
> On Oct 28, 2019, at 6:02 PM, James Bullen  <mailto:ja...@hudmol.com>> wrote:
>  
> 
> Hi Kara,
>  
> This seemed like a useful thing that I don’t think exists yet, so I made a 
> plugin to do it:
>  
> https://github.com/hudmol/static_pages 
> <https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fhudmol%2Fstatic_pages=02%7C01%7Cmmcderm2%40bowdoin.edu%7C0ecce92cdd1440de521708d75c7ff030%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079576880523489=Sa2ItRFCDaOmsovi3KCfXPus5ax6CzQOUWX%2FizUzXQ0%3D=0>
>  
> Maybe it can be a useful starting point.
>  
>  
> Cheers,
> James
>  
>  
> 
> 
> On Oct 28, 2019, at 3:52 PM, Kara Hart  <mailto:kstro...@wellesley.edu>> wrote:
>  
> Hi all,
> I want to be able to add static web pages to ArchivesSpace.  I'd like to 
> incorporate the header, top nav, and footer and be able to just add what I 
> want in the middle.  I'm basically hoping to create general FAQ, search help, 
> about pages that live in my ArchivesSpace local plugin.  Is this possible? 
>  
> I did find a way to add a page by putting a .html doc into 
> /archivesspace/plugins/local/public/assets, but I have to manually copy in 
> the head, navigation, header, and footer, which is obviously not ideal for 
> updating and probably other reasons.  
>  
> If there isn't a way to do this, where is the proper place to suggest this 
> enhancement?  Should I create a new feature request in Jira the project ANW? 
> (https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&= 
> <https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Farchivesspace.atlassian.net%2Fprojects%2FANW%2Fissues%2F%3Ffilter%3Dallissues%26%3D=02%7C01%7Cmmcderm2%40bowdoin.edu%7C0ecce92cdd1440de521708d75c7ff030%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079576880533482=qcQNoE8PClS8cRShKKCSTKU6bhpY4vG72bH1h%2FXsr%2Bk%3D=0>)
>  
> Thanks for any help,
> Kara
>  
>  
> ~~~ Kara S. Hart 
> Systems Librarian - Library & Technology Services 
> - 
> Wellesley College
>  
>  
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org 
> <mailto:Archivesspace_Users_Group@lyralists.lyrasis.org>
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group 
> <https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fmailman%2Flistinfo%2Farchivesspace_users_group=02%7C01%7Cmmcderm2%40bowdoin.edu%7C0ecce92cdd1440de521708d75c7ff030%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079576880533482=pI8hr65hm2FcgeZ6d9oxFYbBw31s55LrdUKGmkQMKc4%3D=0>
> 
> 
>  
> !DSPAM:5db76577327211158617254! 
> ___
>

Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-10-29 Thread Mike McDermott
This looks really cool.
But – What am I doing wrong.
When I put html in the file to be included, it comes out on the page looking 
like this:

div class=row
h2This is a test/h2
pThis is always a test/p
pTests are what I do./p
h3here is a heading/h3
pThis is always a test/p
pTests are what I do./p
h3here is a heading/h3
pThis is always a test/p
pTests are what I do./p
/div

So it is rendered on the page as looking like html code instead of the page 
elements.

Mike McDermott

From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
 On Behalf Of Andrew 
Morrison
Sent: Tuesday, October 29, 2019 10:55 AM
To: Archivesspace Users Group 
Subject: Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace 
PUI?

Hi James,

Your original version will be useful to us, because we're probably going to 
want to add extra help pages to our staff interface for cataloguers 
transferring over from Archivists' Toolkit. And reading the static HTML from a 
file instead of building from ERB templates means they can be updated without 
restarting the service.

Andrew.


On Tue, 2019-10-29 at 09:35 -0400, James Bullen wrote:

Just a quick follow up on this,

I had misread the spec and only provided the static page facility on the staff 
interface - should have been on the PUI. Andrew Morrison noticed my oops and 
corrected it, so now it should work on both.


Cheers,
James



On Oct 28, 2019, at 6:02 PM, James Bullen 
mailto:ja...@hudmol.com>> wrote:


Hi Kara,

This seemed like a useful thing that I don’t think exists yet, so I made a 
plugin to do it:

https://github.com/hudmol/static_pages<https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fhudmol%2Fstatic_pages=02%7C01%7Cmmcderm2%40bowdoin.edu%7C0ecce92cdd1440de521708d75c7ff030%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079576880523489=Sa2ItRFCDaOmsovi3KCfXPus5ax6CzQOUWX%2FizUzXQ0%3D=0>

Maybe it can be a useful starting point.


Cheers,
James




On Oct 28, 2019, at 3:52 PM, Kara Hart 
mailto:kstro...@wellesley.edu>> wrote:

Hi all,
I want to be able to add static web pages to ArchivesSpace.  I'd like to 
incorporate the header, top nav, and footer and be able to just add what I want 
in the middle.  I'm basically hoping to create general FAQ, search help, about 
pages that live in my ArchivesSpace local plugin.  Is this possible?

I did find a way to add a page by putting a .html doc into 
/archivesspace/plugins/local/public/assets, but I have to manually copy in the 
head, navigation, header, and footer, which is obviously not ideal for updating 
and probably other reasons.

If there isn't a way to do this, where is the proper place to suggest this 
enhancement?  Should I create a new feature request in Jira the project ANW? 
(https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&=<https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Farchivesspace.atlassian.net%2Fprojects%2FANW%2Fissues%2F%3Ffilter%3Dallissues%26%3D=02%7C01%7Cmmcderm2%40bowdoin.edu%7C0ecce92cdd1440de521708d75c7ff030%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079576880533482=qcQNoE8PClS8cRShKKCSTKU6bhpY4vG72bH1h%2FXsr%2Bk%3D=0>)

Thanks for any help,
Kara


~~~ Kara S. Hart
Systems Librarian - Library & Technology Services
-
Wellesley College


___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org<mailto:Archivesspace_Users_Group@lyralists.lyrasis.org>
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group<https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fmailman%2Flistinfo%2Farchivesspace_users_group=02%7C01%7Cmmcderm2%40bowdoin.edu%7C0ecce92cdd1440de521708d75c7ff030%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079576880533482=pI8hr65hm2FcgeZ6d9oxFYbBw31s55LrdUKGmkQMKc4%3D=0>


!DSPAM:5db7471d288581084719066!

!DSPAM:5db76577327211158617254! ___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org<mailto:Archivesspace_Users_Group@lyralists.lyrasis.org>
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group<https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fmailman%2Flistinfo%2Farchivesspace_users_group=02%7C01%7Cmmcderm2%40bowdoin.edu%7C0ecce92cdd1440de521708d75c7ff030%7C984e32e5f98a4600aa3227c3f948abe3%7C1%7C0%7C637079576880543481=75%2BfR6c16b1BF%2Fqisguqzh1Jh5CRRKOMJNQmZTjoiiM%3D=0>


!DSPAM:5db76577327211158617254!


___

Archivesspace_Users_Group mailing list

Archivesspace_Users_Group@lyralists.lyrasis.org<mailto:Archivesspace_Users_Group@lyralists.lyrasis.org>

http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group<https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fmailman%2Flist

Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-10-29 Thread James Bullen

Just a quick follow up on this,

I had misread the spec and only provided the static page facility on the staff 
interface - should have been on the PUI. Andrew Morrison noticed my oops and 
corrected it, so now it should work on both.


Cheers,
James


> On Oct 28, 2019, at 6:02 PM, James Bullen  wrote:
> 
> 
> Hi Kara,
> 
> This seemed like a useful thing that I don’t think exists yet, so I made a 
> plugin to do it:
> 
> https://github.com/hudmol/static_pages 
> 
> 
> Maybe it can be a useful starting point.
> 
> 
> Cheers,
> James
> 
> 
> 
>> On Oct 28, 2019, at 3:52 PM, Kara Hart > > wrote:
>> 
>> Hi all,
>> I want to be able to add static web pages to ArchivesSpace.  I'd like to 
>> incorporate the header, top nav, and footer and be able to just add what I 
>> want in the middle.  I'm basically hoping to create general FAQ, search 
>> help, about pages that live in my ArchivesSpace local plugin.  Is this 
>> possible? 
>> 
>> I did find a way to add a page by putting a .html doc into 
>> /archivesspace/plugins/local/public/assets, but I have to manually copy in 
>> the head, navigation, header, and footer, which is obviously not ideal for 
>> updating and probably other reasons.  
>> 
>> If there isn't a way to do this, where is the proper place to suggest this 
>> enhancement?  Should I create a new feature request in Jira the project ANW? 
>> (https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&= 
>> )
>> 
>> Thanks for any help,
>> Kara
>> 
>> 
>> ~~~ Kara S. Hart 
>> Systems Librarian - Library & Technology Services - Wellesley College
>> 
>> 
>> ___
>> Archivesspace_Users_Group mailing list
>> Archivesspace_Users_Group@lyralists.lyrasis.org 
>> 
>> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group 
>> 
>> 
>> 
>> !DSPAM:5db7471d288581084719066!
> 
> !DSPAM:5db76577327211158617254! 
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org 
> 
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group 
> 
> 
> 
> !DSPAM:5db76577327211158617254!

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-10-28 Thread James Bullen

Hi Kara,

This seemed like a useful thing that I don’t think exists yet, so I made a 
plugin to do it:

https://github.com/hudmol/static_pages 

Maybe it can be a useful starting point.


Cheers,
James



> On Oct 28, 2019, at 3:52 PM, Kara Hart  wrote:
> 
> Hi all,
> I want to be able to add static web pages to ArchivesSpace.  I'd like to 
> incorporate the header, top nav, and footer and be able to just add what I 
> want in the middle.  I'm basically hoping to create general FAQ, search help, 
> about pages that live in my ArchivesSpace local plugin.  Is this possible? 
> 
> I did find a way to add a page by putting a .html doc into 
> /archivesspace/plugins/local/public/assets, but I have to manually copy in 
> the head, navigation, header, and footer, which is obviously not ideal for 
> updating and probably other reasons.  
> 
> If there isn't a way to do this, where is the proper place to suggest this 
> enhancement?  Should I create a new feature request in Jira the project ANW? 
> (https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&= 
> )
> 
> Thanks for any help,
> Kara
> 
> 
> ~~~ Kara S. Hart 
> Systems Librarian - Library & Technology Services - Wellesley College
> 
> 
> !DSPAM:5db7471d288581084719066! 
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
> 
> 
> !DSPAM:5db7471d288581084719066!

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


[Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-10-28 Thread Kara Hart
Hi all,
I want to be able to add static web pages to ArchivesSpace.  I'd like to
incorporate the header, top nav, and footer and be able to just add what I
want in the middle.  I'm basically hoping to create general FAQ, search
help, about pages that live in my ArchivesSpace local plugin.  Is this
possible?

I did find a way to add a page by putting a .html doc into
/archivesspace/plugins/local/public/assets, but I have to manually copy in
the head, navigation, header, and footer, which is obviously not ideal for
updating and probably other reasons.

If there isn't a way to do this, where is the proper place to suggest this
enhancement?  Should I create a new feature request in Jira the project
ANW? (
https://archivesspace.atlassian.net/projects/ANW/issues/?filter=allissues&=)

Thanks for any help,
Kara


~~~ Kara S. Hart
Systems Librarian - Library & Technology Services
-
Wellesley College
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group