Hi Allison,

If you are using version 3 of Arches, in order to print/save resource
reports I would point you to these 3 commits on an installation I did for
the Theban Mapping Project, add print button and function
<https://github.com/mradamcox/ead/commit/def7803541db558665c55d778efe59235945100a>,
add css to support printing
<https://github.com/mradamcox/ead/commit/92dddc91fda8a49a33a63a1dc0973aa48c5c0d18>,
and configure report to print
<https://github.com/mradamcox/ead/commit/1f0236c1c0bd314976859733707ac28545d8d00f>.
Basically, I added the button to the report header, added a function to
handle the button, and then added some css that would make the report look
better when it was going to be printed. Generally, when you print from the
browser, you are given the option to save as a pdf as well. I have not
implemented a "download PDF" type button anywhere.

As for functioning offline, you will need to do a bit of work to make that
possible. In v3, at least, you will need to download the js and css files
and change the references to them in base.htm. For example, here
<https://github.com/mradamcox/afrh/blob/master/afrh/templates/base.htm#L23>
is the section that loads all of the css from a different project I did
that I had set up to work (less map layers) offline.  Arches 4 handles this
part of the process more easily by using a package manager called bower
(which automatically downloads all css and js resources on installation).

However, as Vincent says, map tiles generally always come from online
sources, and with Arches 3 and 4 online map sources are integrated by
default--Bing and MapBox, respectively.

Adam

On Tue, Sep 19, 2017 at 10:52 PM, Allison Lee <[email protected]> wrote:

> Thank you Philip and Vincent,
>
> This is helpful advice.  I am still working out the best method for our
> purpose, but good to know what can function in offline.  Do you know if
> there is an easy way to save/print resource reports as PDFs?  I am having
> trouble with this but maybe there is an easy fix that I am not seeing.
>
> best,
> Allison
>
>
> On Tuesday, September 19, 2017 at 10:02:24 PM UTC+8, Vincent Meijer wrote:
>>
>> Hi Allison,
>>
>> Phil is right in that you can run Arches on a local network or even a
>> local laptop without having to be online (at all times).
>> Although this might limit the functioning of the maps, because Arches
>> downloads these from the internet. But there are solutions for that (with
>> which others here can help you).
>>
>> Arches does not have any automated synchronization of data between
>> instances (separate Arches installations), so for that you would need to
>> export your data from one instance and import it into the other instance.
>>
>> You will require internet for the installation of Arches, though.
>>
>> Hope this helps,
>> Vincent
>>
>>
>>
>> On Monday, 18 September 2017 05:43:37 UTC-4, Allison Lee wrote:
>>>
>>> Hello everyone,
>>>
>>> We have a request for Arches to function as an offline database, due to
>>> the limited broadband of one of our partners.  From my knowledge, there is
>>> no offline ability of Arches.  The only downloadable version is through
>>> exporting data to .SHP, .CSV, or .KML formats which act more as codes to
>>> communicate to Arches rather than readable data for people.  There doesn't
>>> seem to be any way to download Resource Reports either.
>>>
>>> Does anyone have any suggestions for this?  If our partner wants to have
>>> an online heritage database (Arches) PLUS an offline database, what would
>>> you recommend?  Is there a way to download Resource Reports, perhaps to be
>>> stored in a hard drive?  I realize by taking the data offline, we will be
>>> losing features such as Related Resources.
>>>
>>> Thanks for any comments!
>>>
>>> Allison (Hong Kong)
>>>
>> --
> -- To post, send email to [email protected]. To unsubscribe,
> send email to [email protected]. For more
> information, visit https://groups.google.com/d/forum/archesproject?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Arches Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to